mirror of https://github.com/YosysHQ/yosys.git
Comment out
This commit is contained in:
parent
3fc474aa73
commit
3b6f85b0a6
|
@ -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