Working simple_abc9 tests

This commit is contained in:
Eddie Hung 2019-02-21 11:16:25 -08:00
parent 6b96df41bc
commit 107da3becf
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ if ! which iverilog > /dev/null ; then
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 \"hierarchy; synth -run coarse; techmap; opt -full; abc9 -lut 4\""
DOLLAR='?'
exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-p 'hierarchy; synth -run coarse; techmap; opt -full; abc9 -lut 4; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_'"