3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

memory_share: fix wrong argidx in extra_args

This commit is contained in:
imhcyx 2022-05-05 16:58:39 +08:00
parent a8cc0c3930
commit 71166eeecf

View file

@ -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())