Fix write bl name list in replica bitline

This commit is contained in:
Matt Guthaus 2018-11-08 17:02:20 -08:00
parent fd5cd675ac
commit d03c9d5294
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class replica_bitline(design.design):
self.connect_inst(temp)
self.wl_list = self.rbl.cell.list_all_wl_names()
self.bl_list = self.rbl.cell.list_write_bl_names()
self.bl_list = self.rbl.cell.list_all_bl_names()
def place_modules(self):
""" Add all of the module instances in the logical netlist """