diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-05 08:25:09 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-05 08:25:09 -0700 |
commit | 11f623cbe0057ee752f2545eb7100966afb08676 (patch) | |
tree | 936430c6c300001829a31c6cfa08382a948f9d84 /tests | |
parent | d3eea82bc27f6e54b6c1e05a73be8456344ec8b7 (diff) | |
download | yosys-11f623cbe0057ee752f2545eb7100966afb08676.tar.gz yosys-11f623cbe0057ee752f2545eb7100966afb08676.tar.bz2 yosys-11f623cbe0057ee752f2545eb7100966afb08676.zip |
Revert "abc9 followed by clean otherwise netlist could be invalid for sim"
This reverts commit 6fe1ca633d90fb238d2671dba3d7f772c263a497.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/simple_abc9/run-test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh index 4d15a3253..0d4262005 100755 --- a/tests/simple_abc9/run-test.sh +++ b/tests/simple_abc9/run-test.sh @@ -25,6 +25,5 @@ exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p '\ synth -run coarse; \ opt -full; \ techmap; abc9 -lut 4 -box ../abc.box; \ - clean; \ check -assert; \ select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'" |