aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-12 17:45:44 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-12 17:45:44 +0100
commitd58c3eca3a6d4ab00021769fb31ee0279c2fcbab (patch)
tree20d893fe76bc6b392e672f414720fc67295a6fdc /tests/tools
parent554a8df5e2e7c750b76021821bdf2e07970b9dbf (diff)
downloadyosys-d58c3eca3a6d4ab00021769fb31ee0279c2fcbab.tar.gz
yosys-d58c3eca3a6d4ab00021769fb31ee0279c2fcbab.tar.bz2
yosys-d58c3eca3a6d4ab00021769fb31ee0279c2fcbab.zip
Some test related fixes
(incl. removal of three bad test cases)
Diffstat (limited to 'tests/tools')
-rwxr-xr-xtests/tools/autotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh
index 50f5cb580..6fdc27928 100755
--- a/tests/tools/autotest.sh
+++ b/tests/tools/autotest.sh
@@ -145,7 +145,7 @@ do
elif [ "$frontend" = "verific_gates" ]; then
test_passes -p "verific -vlog2k $fn; verific -import -gates -all; opt; memory;;"
else
- test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt -fine" $fn
+ test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt -full -fine" $fn
test_passes -f "$frontend" -p "hierarchy; synth -run coarse; techmap; opt; abc -dff" $fn
fi
touch ../${bn}.log