Merge branch 'wlbuffer' into dev

This commit is contained in:
mrg
2020-10-05 15:33:54 -07:00
18 changed files with 422 additions and 650 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class local_bitcell_array(bitcell_base_array.bitcell_base_array):
self.wl_insts = []
self.driver_wordline_outputs = []
for port in self.all_ports:
self.wl_insts.append(self.add_inst(name="wl_driver",
self.wl_insts.append(self.add_inst(name="wl_driver{}".format(port),
mod=self.wl_array))
temp = []
temp += [self.get_rbl_wordline_names(port)[port]]