mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
abc9: Understand ASIC options similar to abc
This commit is contained in:
parent
d4e009fc2f
commit
e58a9b6ab6
2 changed files with 38 additions and 8 deletions
|
@ -220,7 +220,8 @@ struct Abc9Pass : public ScriptPass
|
|||
std::string arg = args[argidx];
|
||||
if ((arg == "-exe" || arg == "-script" || arg == "-D" ||
|
||||
/*arg == "-S" ||*/ arg == "-lut" || arg == "-luts" ||
|
||||
/*arg == "-box" ||*/ arg == "-W") &&
|
||||
/*arg == "-box" ||*/ arg == "-W" || arg == "-genlib" ||
|
||||
arg == "-constr" || arg == "-dont_use" || arg == "-liberty") &&
|
||||
argidx+1 < args.size()) {
|
||||
if (arg == "-lut" || arg == "-luts")
|
||||
lut_mode = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue