This commit is contained in:
nataliakokoromyti 2026-01-13 14:44:51 -08:00 committed by GitHub
parent c305c426eb
commit 6a93a94d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ struct Lut2muxPass : public Pass {
break;
}
extra_args(args, argidx, design);
for (auto module : design->selected_modules())
for (auto cell : module->selected_cells()) {
if (cell->type == ID($lut)) {