Updated ABC and some related changes

This commit is contained in:
Clifford Wolf
2014-02-13 08:07:08 +01:00
parent 08caa631dd
commit 7664f5d92b
3 changed files with 33 additions and 13 deletions
+1 -2
View File
@@ -114,8 +114,7 @@ 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; opt"
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt"
fi
touch ../${bn}.log
}