Add back offset all coordinates in sram.py.

This commit is contained in:
Matt Guthaus 2018-03-05 14:22:24 -08:00
parent ba82222475
commit 1eda3aa131
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class sram(design.design):
# Can remove the following, but it helps for debug!
self.add_lvs_correspondence_points()
#self.offset_all_coordinates()
self.offset_all_coordinates()
sizes = self.find_highest_coords()
self.width = sizes[0]
self.height = sizes[1]