mirror of https://github.com/YosysHQ/yosys.git
Working simple_abc9 tests
This commit is contained in:
parent
6b96df41bc
commit
107da3becf
|
@ -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_'"
|
||||
|
|
Loading…
Reference in New Issue