mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Remove abc9 -clk option
This commit is contained in:
parent
f1bf44ae8f
commit
dacdc6cc94
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue