Remove RBL label at top level of SRAM

This commit is contained in:
mrg
2020-08-25 14:42:21 -07:00
parent 856cce1e62
commit bd8bf9afd8
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class bank(design.design):
self.route_layout()
# Can remove the following, but it helps for debug!
self.add_lvs_correspondence_points()
# self.add_lvs_correspondence_points()
# Remember the bank center for further placement
self.bank_array_ll = self.offset_all_coordinates().scale(-1, -1)