mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Update to space according to the bitcell array.
This commit is contained in:
@@ -260,5 +260,5 @@ class global_bitcell_array(bitcell_base_array.bitcell_base_array):
|
||||
"""
|
||||
offsets = []
|
||||
for inst in self.local_insts:
|
||||
offsets.extend(inst.lx() + inst.mod.get_column_offsets())
|
||||
offsets.extend(inst.lx() + x for x in inst.mod.get_column_offsets())
|
||||
return offsets
|
||||
|
||||
Reference in New Issue
Block a user