mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 07:14:55 +00:00
Added autotest -e (do not use -noexpr on write_verilog)
This commit is contained in:
parent
6ff46323a3
commit
88db09255b
3 changed files with 6 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
exec ${MAKE:-make} -f ../tools/autotest.mk *.v
|
||||
exec ${MAKE:-make} -f ../tools/autotest.mk EXTRA_FLAGS="-e" *.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue