mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Merge pull request #3300 from imhcyx/master
memory_share: fix wrong argidx in extra_args
This commit is contained in:
commit
384d2120ee
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ struct MemorySharePass : public Pass {
|
|||
}
|
||||
break;
|
||||
}
|
||||
extra_args(args, 1, design);
|
||||
extra_args(args, argidx, design);
|
||||
MemoryShareWorker msw(design, flag_widen, flag_sat);
|
||||
|
||||
for (auto module : design->selected_modules())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue