mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-31 06:07:47 +00:00
Merge pull request #5679 from YosysHQ/emil/abc9-remove-liberty
abc9: remove -liberty
This commit is contained in:
commit
fba29ea8f1
1 changed files with 1 additions and 3 deletions
|
|
@ -219,9 +219,7 @@ struct Abc9Pass : public ScriptPass
|
||||||
for (argidx = 1; argidx < args.size(); argidx++) {
|
for (argidx = 1; argidx < args.size(); argidx++) {
|
||||||
std::string arg = args[argidx];
|
std::string arg = args[argidx];
|
||||||
if ((arg == "-exe" || arg == "-script" || arg == "-D" ||
|
if ((arg == "-exe" || arg == "-script" || arg == "-D" ||
|
||||||
/*arg == "-S" ||*/ arg == "-lut" || arg == "-luts" ||
|
arg == "-lut" || arg == "-luts" || arg == "-W") &&
|
||||||
/*arg == "-box" ||*/ arg == "-W" || arg == "-genlib" ||
|
|
||||||
arg == "-constr" || arg == "-dont_use" || arg == "-liberty") &&
|
|
||||||
argidx+1 < args.size()) {
|
argidx+1 < args.size()) {
|
||||||
if (arg == "-lut" || arg == "-luts")
|
if (arg == "-lut" || arg == "-luts")
|
||||||
lut_mode = true;
|
lut_mode = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue