aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/run-test.sh
diff options
context:
space:
mode:
authorSergeyDegtyar <sndegtyar@gmail.com>2019-08-23 17:00:16 +0300
committerSergeyDegtyar <sndegtyar@gmail.com>2019-08-23 17:00:16 +0300
commit3c10f58d043432197fdf5169404710f8ab68db8c (patch)
tree35a7c46d01ecdc6263a4be0a64e30130348a62ff /tests/ice40/run-test.sh
parent0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516 (diff)
downloadyosys-3c10f58d043432197fdf5169404710f8ab68db8c.tar.gz
yosys-3c10f58d043432197fdf5169404710f8ab68db8c.tar.bz2
yosys-3c10f58d043432197fdf5169404710f8ab68db8c.zip
Fix run-test.sh; Add new test for dpram.
Diffstat (limited to 'tests/ice40/run-test.sh')
-rwxr-xr-xtests/ice40/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh
index ddd6d349f..75aa08339 100755
--- a/tests/ice40/run-test.sh
+++ b/tests/ice40/run-test.sh
@@ -16,7 +16,7 @@ for x in *.ys; do
done
for t in *_tb.v; do
echo "all:: run-$t"
- echo "run-$t:"
+ echo "run-$t: ${t%_tb.v}_synth.v"
echo " @echo 'Running $t..'"
echo " @iverilog -o ${t%_tb.v}_testbench $t ${t%_tb.v}_synth.v common.v $TECHLIBS_PREFIX/ice40/cells_sim.v"
echo " @vvp -N ${t%_tb.v}_testbench"