Fix bounding box of cap arrays

This commit is contained in:
mrg
2020-11-20 16:54:53 -08:00
parent b77f168270
commit 27a652ac1b
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -39,6 +39,10 @@ class col_cap_array(bitcell_base_array):
self.place_array("dummy_r{0}_c{1}", self.mirror)
self.add_layout_pins()
self.height = self.dummy_cell.height
self.width = self.column_size * self.cell.width
self.add_boundary()
self.DRC_LVS()