3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-18 08:18:56 +00:00
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

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