mirror of https://github.com/VLSIDA/OpenRAM.git
Route supply after moving origin
This commit is contained in:
parent
8499983cc2
commit
06dc910390
|
|
@ -80,14 +80,18 @@ class sram_base(design):
|
|||
""" Layout creation """
|
||||
self.place_modules()
|
||||
self.route()
|
||||
self.supply_route()
|
||||
|
||||
self.add_lvs_correspondence_points()
|
||||
|
||||
self.offset_all_coordinates()
|
||||
|
||||
# FIXME: Only works in positive directions
|
||||
self.supply_route()
|
||||
|
||||
highest_coord = self.find_highest_coords()
|
||||
self.width = highest_coord[0]
|
||||
self.height = highest_coord[1]
|
||||
|
||||
|
||||
self.DRC_LVS(final_verification=True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue