3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00

Fix run-test.sh; Add new test for dpram.

This commit is contained in:
SergeyDegtyar 2019-08-23 17:00:16 +03:00
parent 0b25dbf1c6
commit 3c10f58d04
4 changed files with 120 additions and 1 deletions

View file

@ -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"