From: Clifford Wolf Date: Tue, 31 Dec 2013 12:51:25 +0000 (+0100) Subject: Fixed commented out techmap call in tests/tools/autotest.sh X-Git-Tag: yosys-0.2.0~210 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a582b9d1849a9cb1f13323d8894de3fdb0bc6c90;p=yosys.git Fixed commented out techmap call in tests/tools/autotest.sh --- diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 5a302bcd4..e53768095 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -150,7 +150,7 @@ do 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; opt; abc; opt" + # test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; opt" fi touch ../${bn}.log }