projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e466d
)
Comment out
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 9 Apr 2019 17:09:43 +0000
(10:09 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 12 Apr 2019 19:29:04 +0000
(12:29 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 6e2e349eeba0a9b2fb8744213346c85938014334..ec4a28d089044fbcdeb17a12bae1e7e110ebc67e 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-1239,7
+1239,7
@@
struct Abc9Pass : public Pass {
}
if (arg == "-dress") {
// TODO
- abc_dress = true;
+
//
abc_dress = true;
continue;
}
if (arg == "-g" && argidx+1 < args.size()) {