mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 06:26:09 +00:00
abc9_exe: fix typo
This commit is contained in:
parent
c8f715fed8
commit
e78690fc47
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ struct Abc9ExePass : public Pass {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (arg == "-luts" && argidx+1 < args.size()) {
|
if (arg == "-luts" && argidx+1 < args.size()) {
|
||||||
lut_arg = args[++argidx];
|
luts_arg = args[++argidx];
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (arg == "-fast") {
|
if (arg == "-fast") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue