made multi-port changes to sram. This commit will allow all levels of openram to pass unit tests

This commit is contained in:
Michael Timothy Grimes 2018-08-20 22:11:24 -07:00
parent f0cca8293c
commit b8ae21a52b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class sram_1bank(sram_base):
for i in range(self.word_size):
dout_name = "dout0[{}]".format(i)
self.copy_layout_pin(self.bank_inst, dout_name, dout_name.upper())
self.copy_layout_pin(self.bank_inst, dout_name, "DOUT[{}]".format(i))
# Lower address bits
for i in range(self.col_addr_size):