mirror of https://github.com/VLSIDA/OpenRAM.git
Add back offset all coordinates in sram.py.
This commit is contained in:
parent
ba82222475
commit
1eda3aa131
|
|
@ -68,7 +68,7 @@ class sram(design.design):
|
||||||
# Can remove the following, but it helps for debug!
|
# Can remove the following, but it helps for debug!
|
||||||
self.add_lvs_correspondence_points()
|
self.add_lvs_correspondence_points()
|
||||||
|
|
||||||
#self.offset_all_coordinates()
|
self.offset_all_coordinates()
|
||||||
sizes = self.find_highest_coords()
|
sizes = self.find_highest_coords()
|
||||||
self.width = sizes[0]
|
self.width = sizes[0]
|
||||||
self.height = sizes[1]
|
self.height = sizes[1]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue