1
0
mirror of synced 2026-02-21 15:07:30 +00:00

Merge pull request #5679 from YosysHQ/emil/abc9-remove-liberty

abc9: remove -liberty
This commit is contained in:
Emil J
2026-02-11 12:36:29 +01:00
committed by GitHub

View File

@@ -219,9 +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 == "-S" ||*/ arg == "-lut" || arg == "-luts" ||
/*arg == "-box" ||*/ arg == "-W" || arg == "-genlib" ||
arg == "-constr" || arg == "-dont_use" || arg == "-liberty") &&
arg == "-lut" || arg == "-luts" || arg == "-W") &&
argidx+1 < args.size()) {
if (arg == "-lut" || arg == "-luts")
lut_mode = true;