add instance offset to capped array offset getters

This commit is contained in:
samuelkcrow
2023-02-06 19:40:37 -08:00
parent 92a9a1729e
commit 4a22c5c56f
2 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ class local_bitcell_array(bitcell_base_array):
def get_main_array_right(self):
return self.bitcell_array_inst.lx() + self.bitcell_array.get_main_array_right()
def get_column_offsets(self): # TODO: copy this style when fixing getters in capped_replica_bitcell_array.py
def get_column_offsets(self):
"""
Return an array of the x offsets of all the regular bits
"""