aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple_abc9/run-test.sh
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-24 21:06:53 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-24 21:06:53 -0700
commiteec314e2621d3d055d7810f4b7e573a99e0239b2 (patch)
treeac78d9965b62f42d1e83696efdf16ba03b1eedb2 /tests/simple_abc9/run-test.sh
parentf96d82a5f1982ea86cf02182b33abe91c015b10d (diff)
downloadyosys-eec314e2621d3d055d7810f4b7e573a99e0239b2.tar.gz
yosys-eec314e2621d3d055d7810f4b7e573a99e0239b2.tar.bz2
yosys-eec314e2621d3d055d7810f4b7e573a99e0239b2.zip
Remove topo sort no-loop assertion, with test
Diffstat (limited to 'tests/simple_abc9/run-test.sh')
-rwxr-xr-xtests/simple_abc9/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh
index 97f284378..4935d41ad 100755
--- a/tests/simple_abc9/run-test.sh
+++ b/tests/simple_abc9/run-test.sh
@@ -19,4 +19,4 @@ fi
cp ../simple/*.v .
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_ %%'"
+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_ %%'"