mirror of https://github.com/YosysHQ/yosys.git
Comment out
This commit is contained in:
parent
04e466d5e4
commit
941365b4bb
|
@ -1239,7 +1239,7 @@ struct Abc9Pass : public Pass {
|
||||||
}
|
}
|
||||||
if (arg == "-dress") {
|
if (arg == "-dress") {
|
||||||
// TODO
|
// TODO
|
||||||
abc_dress = true;
|
//abc_dress = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (arg == "-g" && argidx+1 < args.size()) {
|
if (arg == "-g" && argidx+1 < args.size()) {
|
||||||
|
|
Loading…
Reference in New Issue