mirror of https://github.com/YosysHQ/yosys.git
memory_bram: Reset make_transp when growing read ports
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
9ec50ca7b9
commit
60594ad40c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue