From: Eddie Hung Date: Thu, 21 Feb 2019 00:19:01 +0000 (-0800) Subject: simple_abc9 tests to now preserve memories X-Git-Tag: working-ls180~1237^2~288 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=869343b040d60ffa9bfdda81660c2ecd88848e79;p=yosys.git simple_abc9 tests to now preserve memories --- diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh index 5c51e44f9..1baf31244 100755 --- a/tests/simple_abc9/run-test.sh +++ b/tests/simple_abc9/run-test.sh @@ -20,4 +20,4 @@ fi cp ../simple/*.v . rm dff_different_styles.v # FIXME: dffsr1 fails because opt_rmdff does something fishy (#816) rm partsel.v # FIXME: Contains 1'hx, thus write_xaiger fails -exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-p \"synth -abc9 -lut 4\"" +exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-p \"hierarchy; synth -run coarse; techmap; opt -full; abc9 -lut 4\""