diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-12-31 21:25:34 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-12-31 21:25:34 +0100 |
commit | ab3f6266ad732e0fc3e02e2addc0c5486293702a (patch) | |
tree | 6504f32f75c121a14a58d700ac4c3f37a75f4c87 /tests/tools | |
parent | 4892a3ce6dd6b7432ef1855707d656afd4878fcc (diff) | |
download | yosys-ab3f6266ad732e0fc3e02e2addc0c5486293702a.tar.gz yosys-ab3f6266ad732e0fc3e02e2addc0c5486293702a.tar.bz2 yosys-ab3f6266ad732e0fc3e02e2addc0c5486293702a.zip |
Use "abc -dff" in "make test"
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index e53768095..fcc212378 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -148,9 +148,8 @@ do if [ -n "$scriptfiles" ]; then test_passes else - test_passes -p "hierarchy; proc; memory; opt; fsm; opt" - test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt" - # test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; opt" + test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt" + test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt" fi touch ../${bn}.log } |