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