mirror of https://github.com/YosysHQ/yosys.git
memory_share: fix wrong argidx in extra_args
This commit is contained in:
parent
a8cc0c3930
commit
71166eeecf
|
@ -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…
Reference in New Issue