3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-31 15:24:57 +00:00

Added autotest -e (do not use -noexpr on write_verilog)

This commit is contained in:
Clifford Wolf 2014-08-30 18:34:07 +02:00
parent 6ff46323a3
commit 88db09255b
3 changed files with 6 additions and 4 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
exec ${MAKE:-make} -f ../tools/autotest.mk EXTRA_FLAGS="-l hana_vlib.v -n 300" test_*.v
exec ${MAKE:-make} -f ../tools/autotest.mk EXTRA_FLAGS="-l hana_vlib.v -n 300 -e" test_*.v