3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-19 11:33:11 +00:00

Merge pull request #5755 from YosysHQ/lofty/abc9-refactor-1

abc9_exe: fix typo
This commit is contained in:
Lofty 2026-03-18 12:25:44 +00:00 committed by GitHub
commit 150860c1c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -513,7 +513,7 @@ struct Abc9ExePass : public Pass {
continue;
}
if (arg == "-luts" && argidx+1 < args.size()) {
lut_arg = args[++argidx];
luts_arg = args[++argidx];
continue;
}
if (arg == "-fast") {