diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-16 13:15:53 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-16 13:15:53 -0700 |
commit | fc5fda595d2695d1f29f68f0527052e99c301db8 (patch) | |
tree | 567476466c7787341cd8655cab6a5031224ed7b3 /tests | |
parent | fed1f0ba637941cc0c2c4cc75c08ba7e3994c1a0 (diff) | |
parent | 0c8a839f13bf7bc8368625ab55960dd3f219b0d8 (diff) | |
download | yosys-fc5fda595d2695d1f29f68f0527052e99c301db8.tar.gz yosys-fc5fda595d2695d1f29f68f0527052e99c301db8.tar.bz2 yosys-fc5fda595d2695d1f29f68f0527052e99c301db8.zip |
Merge branch 'xaig' into xc7mux
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/simple_abc9/run-test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh index bf48d007d..af003d52e 100755 --- a/tests/simple_abc9/run-test.sh +++ b/tests/simple_abc9/run-test.sh @@ -18,6 +18,5 @@ if ! which iverilog > /dev/null ; then fi cp ../simple/*.v . -rm partsel.v # FIXME: Contains 1'hx, thus write_xaiger fails 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_'" |