mirror of https://github.com/YosysHQ/yosys.git
Remove abc9 -clk option
This commit is contained in:
parent
f1bf44ae8f
commit
dacdc6cc94
|
@ -150,7 +150,7 @@ struct Abc9Pass : public ScriptPass
|
|||
std::string arg = args[argidx];
|
||||
if ((arg == "-exe" || arg == "-script" || arg == "-D" ||
|
||||
/* arg == "-S" || */ arg == "-lut" || arg == "-luts" ||
|
||||
arg == "-clk" || arg == "-box" || arg == "-W") &&
|
||||
arg == "-box" || arg == "-W") &&
|
||||
argidx+1 < args.size()) {
|
||||
map_cmd << " " << arg << " " << args[++argidx];
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue