Remove topo sort no-loop assertion, with test
[yosys.git] / tests / simple_abc9 / run-test.sh
index 1baf312449cb6686c41bf906811d4ee49dc63b01..4935d41ad6aba19616293eb0e8c9b3d7fd2a1ff7 100755 (executable)
@@ -18,6 +18,5 @@ 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; opt -full; techmap; abc9 -lut 4 -box ../abc.box; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'"