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
+2 -1
View File
@@ -211,4 +211,5 @@ class bitcell_base_array(design.design):
"""
Return an array of the x offsets of all the regular bits
"""
return [self.cell_inst[0, col].lx() for col in range(self.column_size)]
offsets = [self.cell_inst[0, col].lx() for col in range(self.column_size)]
return offsets