diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-21 16:34:16 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-21 16:34:16 +0200 |
commit | 1241a9fd5073d327d49f1af47db37214a4628ed8 (patch) | |
tree | 9a707414febae20d0068860f20feead248787d45 /tests | |
parent | 4147b55c233013dd861172f13d0b9669598d234c (diff) | |
download | yosys-1241a9fd5073d327d49f1af47db37214a4628ed8.tar.gz yosys-1241a9fd5073d327d49f1af47db37214a4628ed8.tar.bz2 yosys-1241a9fd5073d327d49f1af47db37214a4628ed8.zip |
Added "opt_const -fine" and "opt_reduce -fine"
Diffstat (limited to 'tests')
-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 266691a64..c383e19f4 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -129,7 +129,7 @@ do 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; memory; opt; fsm; opt; techmap; opt; abc -dff; 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 } |