memory_bram: Reset make_outreg when growing read ports

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2018-10-19 14:45:45 +01:00
parent 5f1fea08d5
commit 3420ae5ca5
1 changed files with 1 additions and 0 deletions

View File

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