offset bank coordinates

This commit is contained in:
Jesse Cirimelli-Low
2021-05-03 15:51:53 -07:00
parent 4377619bf6
commit 14e087a5eb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class bank(design.design):
# self.add_lvs_correspondence_points()
# Remember the bank center for further placement
#self.bank_array_ll = self.offset_all_coordinates().scale(-1, -1)
self.bank_array_ll = self.offset_all_coordinates().scale(-1, -1)
self.bank_array_ur = self.bitcell_array_inst.ur()
self.bank_array_ul = self.bitcell_array_inst.ul()
self.DRC_LVS()