3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-17 07:56:26 +00:00

Update lut2mux.cc

This commit is contained in:
nataliakokoromyti 2026-01-13 14:56:24 -08:00 committed by Natalia Kokoromyti
parent 40f9e235de
commit 8a596f330a

View file

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