3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00

simple_abc9 tests to now preserve memories

This commit is contained in:
Eddie Hung 2019-02-20 16:19:01 -08:00
parent abc1c2672e
commit 869343b040

View file

@ -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\""