mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-17 07:56:26 +00:00
Update lut2mux.cc
This commit is contained in:
parent
40f9e235de
commit
8a596f330a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue