mirror of https://github.com/YosysHQ/yosys.git
memory_libmap: Fix wrprio handling.
This commit is contained in:
parent
25a4cd7020
commit
d69091806a
|
@ -837,7 +837,7 @@ void MemMapping::handle_priority() {
|
|||
if (!port2.priority_mask[p1idx])
|
||||
continue;
|
||||
for (auto &cfg: cfgs) {
|
||||
auto &p1cfg = cfg.rd_ports[p1idx];
|
||||
auto &p1cfg = cfg.wr_ports[p1idx];
|
||||
auto &p2cfg = cfg.wr_ports[p2idx];
|
||||
bool found = false;
|
||||
for (auto &pgi: p2cfg.def->wrprio) {
|
||||
|
|
Loading…
Reference in New Issue