mirror of https://github.com/VLSIDA/OpenRAM.git
Add offset to 0,0 that was inadvertantly removed for router debug.
This commit is contained in:
parent
825ada8293
commit
51b0f125fb
|
|
@ -213,7 +213,7 @@ class sram_base(design, verilog, lef):
|
||||||
|
|
||||||
self.add_lvs_correspondence_points()
|
self.add_lvs_correspondence_points()
|
||||||
|
|
||||||
#self.offset_all_coordinates()
|
self.offset_all_coordinates()
|
||||||
|
|
||||||
highest_coord = self.find_highest_coords()
|
highest_coord = self.find_highest_coords()
|
||||||
self.width = highest_coord[0]
|
self.width = highest_coord[0]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue