From: David Shah Date: Fri, 19 Oct 2018 13:45:45 +0000 (+0100) Subject: memory_bram: Reset make_outreg when growing read ports X-Git-Tag: yosys-0.9~436^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3420ae5ca5a6148c54310d065e7dcbd5a0ea1c8f;p=yosys.git memory_bram: Reset make_outreg when growing read ports Signed-off-by: David Shah --- diff --git a/passes/memory/memory_bram.cc b/passes/memory/memory_bram.cc index e8552bbcf..8740042c4 100644 --- a/passes/memory/memory_bram.cc +++ b/passes/memory/memory_bram.cc @@ -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) {