1
0
mirror of synced 2026-02-14 12:14:03 +00:00

Update lut2mux.cc

This commit is contained in:
nataliakokoromyti
2026-01-13 14:45:46 -08:00
committed by GitHub
parent 6a93a94d9f
commit 40f9e235de

View File

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