mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
add instance offset to capped array offset getters
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user