Update to space according to the bitcell array.

This commit is contained in:
mrg
2020-09-14 12:05:45 -07:00
parent 4482c63d6f
commit e95ab66916
10 changed files with 74 additions and 69 deletions
+1 -1
View File
@@ -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