projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc1c26
)
simple_abc9 tests to now preserve memories
author
Eddie Hung
<eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 00:19:01 +0000
(16:19 -0800)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 00:19:01 +0000
(16:19 -0800)
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 5c51e44f918e89d5e33673b2b852d81a2f5fe438..1baf312449cb6686c41bf906811d4ee49dc63b01 100755
(executable)
--- a/
tests/simple_abc9/run-test.sh
+++ b/
tests/simple_abc9/run-test.sh
@@
-20,4
+20,4
@@
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 \"
synth -
abc9 -lut 4\""
+exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-p \"
hierarchy; synth -run coarse; techmap; opt -full;
abc9 -lut 4\""