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