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:
parent
0b25dbf1c6
commit
3c10f58d04
4 changed files with 120 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue