aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-09 10:09:43 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-09 10:09:43 -0700
commit3b6f85b0a6fb08b44dfa7417fce1aeefe9f20e3e (patch)
tree0a89384c9d604a743eded4be216580a26d06c862
parent3fc474aa73cb447f22e9ca35687b054102f4be32 (diff)
downloadyosys-3b6f85b0a6fb08b44dfa7417fce1aeefe9f20e3e.tar.gz
yosys-3b6f85b0a6fb08b44dfa7417fce1aeefe9f20e3e.tar.bz2
yosys-3b6f85b0a6fb08b44dfa7417fce1aeefe9f20e3e.zip
Comment out
-rw-r--r--passes/techmap/abc9.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc
index 6e2e349ee..ec4a28d08 100644
--- 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()) {