3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-22 00:07:38 +00:00

restore extra_args

This commit is contained in:
nataliakokoromyti 2026-01-13 14:43:52 -08:00 committed by GitHub
parent 721b504479
commit c305c426eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,8 @@ 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)) {