merge in dev

This commit is contained in:
Jesse Cirimelli-Low
2021-05-28 14:06:23 -07:00
78 changed files with 1895 additions and 4554 deletions
+1 -1
View File
@@ -553,7 +553,7 @@ class replica_bitcell_array(bitcell_base_array):
"""
Gets the spice name of the target bitcell.
"""
return self.bitcell_array.get_cell_name(inst_name + '.x' + self.bitcell_array_inst.name, row, col)
return self.bitcell_array.get_cell_name(inst_name + "{}x".format(OPTS.hier_seperator) + self.bitcell_array_inst.name, row, col)
def clear_exclude_bits(self):
"""