diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-19 15:47:53 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-19 15:47:53 -0700 |
commit | 59c993e4372df1624b538bd12aee96381c874f6f (patch) | |
tree | a412787fecd471e3c0cf1215ec27602e88cfecc8 /tests/simple_abc9 | |
parent | 76bba4918205445e9129895f071d35e42e23efec (diff) | |
download | yosys-59c993e4372df1624b538bd12aee96381c874f6f.tar.gz yosys-59c993e4372df1624b538bd12aee96381c874f6f.tar.bz2 yosys-59c993e4372df1624b538bd12aee96381c874f6f.zip |
Select to find union of both sets on stack
Diffstat (limited to 'tests/simple_abc9')
-rwxr-xr-x | tests/simple_abc9/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh index af003d52e..97f284378 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; techmap; opt -full; abc9 -lut 4; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'" |