diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-02-12 13:11:58 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-02-12 13:11:58 +0100 |
commit | 9ce7b0fc3bcd1fcb8cebe4f3c86318eaa4fbc943 (patch) | |
tree | fbf3f4bd656f9d2f5821873af36c9928e63e81bd /tests/tools | |
parent | ab71bd0746c39402aefaea85322fe36bdbaabb09 (diff) | |
download | yosys-9ce7b0fc3bcd1fcb8cebe4f3c86318eaa4fbc943.tar.gz yosys-9ce7b0fc3bcd1fcb8cebe4f3c86318eaa4fbc943.tar.bz2 yosys-9ce7b0fc3bcd1fcb8cebe4f3c86318eaa4fbc943.zip |
Disabled "abc -dff" in "make test" for now (waiting for scorr bugfix in ABC)
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 7bccd9a5a..b7ec8b8fe 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -114,7 +114,8 @@ do test_passes -p "$scriptopt" else 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" + # test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt" + test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc; opt" fi touch ../${bn}.log } |