Merge pull request #672 from daveshah1/fix_bram

memory_bram: Reset make_outreg when growing read ports
This commit is contained in:
Clifford Wolf 2018-10-19 16:09:11 +02:00 committed by GitHub
commit 6514443a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {