projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcb86c
)
Re-enable partsel.v test
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 16 Apr 2019 20:10:35 +0000
(13:10 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 16 Apr 2019 20:10:35 +0000
(13:10 -0700)
tests/simple_abc9/run-test.sh
patch
|
blob
|
history
diff --git
a/tests/simple_abc9/run-test.sh
b/tests/simple_abc9/run-test.sh
index bf48d007d013cc706e3892e735b4ac99f3feaebb..af003d52e3eb4aebd6672b1c9cc4b85d4ea60eb0 100755
(executable)
--- 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_'"