aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asicworld
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-30 18:34:07 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-30 18:34:07 +0200
commit88db09255baa92facbe2736937ef113dc1503e9b (patch)
treef8d562a43b1a510c8179a71e9b6ed697c24452a7 /tests/asicworld
parent6ff46323a30d710a9518cffb8c2ae9a5621b7bfc (diff)
downloadyosys-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-xtests/asicworld/run-test.sh2
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