aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/tests/bram1.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-01-06 13:33:51 +0100
committerClifford Wolf <clifford@clifford.at>2015-01-06 13:33:51 +0100
commit9c7f47bbd5fc190578054a6d018760c2f2b62c03 (patch)
tree2349200118a55b18778b04aa858e9a2e33397767 /techlibs/xilinx/tests/bram1.sh
parent462b22f44fae71767991bd4eb502d009149b3995 (diff)
downloadyosys-9c7f47bbd5fc190578054a6d018760c2f2b62c03.tar.gz
yosys-9c7f47bbd5fc190578054a6d018760c2f2b62c03.tar.bz2
yosys-9c7f47bbd5fc190578054a6d018760c2f2b62c03.zip
Towards Xilinx bram support
Diffstat (limited to 'techlibs/xilinx/tests/bram1.sh')
-rw-r--r--techlibs/xilinx/tests/bram1.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/xilinx/tests/bram1.sh b/techlibs/xilinx/tests/bram1.sh
index 3a72cce48..fe807ad8f 100644
--- a/techlibs/xilinx/tests/bram1.sh
+++ b/techlibs/xilinx/tests/bram1.sh
@@ -22,9 +22,9 @@ for dbits in 1 2 4 8 10 16 20 24 30 32 40 48 50 56 60 64 70 72 80; do
echo "xvlog --work gold bram1_tb.v bram1.v > gold.txt"
echo "xvlog --work gate bram1_tb.v synth.v > gate.txt"
echo "xelab -R gold.bram1_tb >> gold.txt"
- echo "mv testbench.vcd gold.vcd"
+ # echo "mv testbench.vcd gold.vcd"
echo "xelab -L unisim -R gate.bram1_tb >> gate.txt"
- echo "mv testbench.vcd gate.vcd"
+ # echo "mv testbench.vcd gate.vcd"
echo "../bram1_cmp <( grep '#OUT#' gold.txt; ) <( grep '#OUT#' gate.txt; )"
} > bram1_$id/run.sh
{