3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-18 16:28:57 +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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)) {