3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

Comment out

This commit is contained in:
Eddie Hung 2019-04-09 10:09:43 -07:00
parent 04e466d5e4
commit 941365b4bb

View file

@ -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()) {