projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c616802
)
Fixed commented out techmap call in tests/tools/autotest.sh
author
Clifford Wolf
<clifford@clifford.at>
Tue, 31 Dec 2013 12:51:25 +0000
(13:51 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 31 Dec 2013 12:51:25 +0000
(13:51 +0100)
tests/tools/autotest.sh
patch
|
blob
|
history
diff --git
a/tests/tools/autotest.sh
b/tests/tools/autotest.sh
index 5a302bcd4d6b4d221f8f10c642273db1e4fd9487..e537680950b3dd1c67fd82efaf5446c5aaca3726 100755
(executable)
--- 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
}