3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

memory_bram: Reset make_transp when growing read ports

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-03-27 17:19:14 +00:00
parent 9ec50ca7b9
commit 60594ad40c

View file

@ -641,6 +641,7 @@ grow_read_ports:;
pi.sig_data = SigSpec();
pi.sig_en = SigSpec();
pi.make_outreg = false;
pi.make_transp = false;
}
new_portinfos.push_back(pi);
if (pi.dupidx == dup_count-1) {