3
0
Fork 0
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:
Emil J. Tywoniak 2026-02-11 11:39:09 +01:00
parent c4094e457b
commit 915912cc76

View file

@ -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;