simple_abc9 tests to now preserve memories
authorEddie Hung <eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 00:19:01 +0000 (16:19 -0800)
committerEddie Hung <eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 00:19:01 +0000 (16:19 -0800)
tests/simple_abc9/run-test.sh

index 5c51e44f918e89d5e33673b2b852d81a2f5fe438..1baf312449cb6686c41bf906811d4ee49dc63b01 100755 (executable)
@@ -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\""