diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-08-30 18:34:07 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-08-30 18:34:07 +0200 |
commit | 88db09255baa92facbe2736937ef113dc1503e9b (patch) | |
tree | f8d562a43b1a510c8179a71e9b6ed697c24452a7 /tests/asicworld | |
parent | 6ff46323a30d710a9518cffb8c2ae9a5621b7bfc (diff) | |
download | yosys-88db09255baa92facbe2736937ef113dc1503e9b.tar.gz yosys-88db09255baa92facbe2736937ef113dc1503e9b.tar.bz2 yosys-88db09255baa92facbe2736937ef113dc1503e9b.zip |
Added autotest -e (do not use -noexpr on write_verilog)
Diffstat (limited to 'tests/asicworld')
-rwxr-xr-x | tests/asicworld/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/asicworld/run-test.sh b/tests/asicworld/run-test.sh index 2477181a6..24983f1a5 100755 --- a/tests/asicworld/run-test.sh +++ b/tests/asicworld/run-test.sh @@ -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 |