3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-14 04:41:48 +00:00

abc9: remove -liberty

This commit is contained in:
Emil J. Tywoniak 2026-02-11 01:04:50 +01:00
parent 8bbde80e02
commit 5a46106a46

View file

@ -221,7 +221,7 @@ struct Abc9Pass : public ScriptPass
if ((arg == "-exe" || arg == "-script" || arg == "-D" ||
/*arg == "-S" ||*/ arg == "-lut" || arg == "-luts" ||
/*arg == "-box" ||*/ arg == "-W" || arg == "-genlib" ||
arg == "-constr" || arg == "-dont_use" || arg == "-liberty") &&
arg == "-constr" || arg == "-dont_use") &&
argidx+1 < args.size()) {
if (arg == "-lut" || arg == "-luts")
lut_mode = true;