mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
memory_bram: Reset make_outreg when growing read ports
Signed-off-by: David Shah <[email protected]>
This commit is contained in:
@@ -623,6 +623,7 @@ grow_read_ports:;
|
||||
pi.sig_addr = SigSpec();
|
||||
pi.sig_data = SigSpec();
|
||||
pi.sig_en = SigSpec();
|
||||
pi.make_outreg = false;
|
||||
}
|
||||
new_portinfos.push_back(pi);
|
||||
if (pi.dupidx == dup_count-1) {
|
||||
|
||||
Reference in New Issue
Block a user