mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-14 04:41:48 +00:00
abc9: remove -dont_use
This commit is contained in:
parent
c4094e457b
commit
915912cc76
1 changed files with 1 additions and 2 deletions
|
|
@ -219,8 +219,7 @@ struct Abc9Pass : public ScriptPass
|
|||
for (argidx = 1; argidx < args.size(); argidx++) {
|
||||
std::string arg = args[argidx];
|
||||
if ((arg == "-exe" || arg == "-script" || arg == "-D" ||
|
||||
arg == "-lut" || arg == "-luts" ||
|
||||
arg == "-W" || arg == "-dont_use") &&
|
||||
arg == "-lut" || arg == "-luts" || arg == "-W") &&
|
||||
argidx+1 < args.size()) {
|
||||
if (arg == "-lut" || arg == "-luts")
|
||||
lut_mode = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue