aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/run-test.sh
diff options
context:
space:
mode:
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"