diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-08-03 20:03:16 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-08-03 20:22:33 +0200 |
commit | 358bf70a2111d476d9d209f216fdd087356ec0d9 (patch) | |
tree | f49d19abe77b4e80afab83b5c0e5a15aa8975da4 /tests/tools | |
parent | 027376515ac56251c82eedd961a9ffb2cc15a5a1 (diff) | |
download | yosys-358bf70a2111d476d9d209f216fdd087356ec0d9.tar.gz yosys-358bf70a2111d476d9d209f216fdd087356ec0d9.tar.bz2 yosys-358bf70a2111d476d9d209f216fdd087356ec0d9.zip |
Added "wreduce" to some of the standard test benches
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 2d97e46fd..9ae1c1555 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -140,7 +140,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 -nomap; opt; fsm; opt" $fn + test_passes -f "$frontend" -p "hierarchy; proc; opt_const; opt_share;; wreduce;; share;; opt; memory -nomap;; fsm; opt" $fn test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt -fine; techmap; opt; abc -dff; opt" $fn fi touch ../${bn}.log |