diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-09 10:09:43 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-12 12:29:04 -0700 |
commit | 941365b4bb9db6fac6b57230482c6be61aafc53a (patch) | |
tree | e9ca72c081d7cd8a323601dd5c4ac418305e4c2d | |
parent | 04e466d5e4ca4654495cb1044f6f200d817f63a2 (diff) | |
download | yosys-941365b4bb9db6fac6b57230482c6be61aafc53a.tar.gz yosys-941365b4bb9db6fac6b57230482c6be61aafc53a.tar.bz2 yosys-941365b4bb9db6fac6b57230482c6be61aafc53a.zip |
Comment out
-rw-r--r-- | passes/techmap/abc9.cc | 2 |
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()) { |