Add offset to 0,0 that was inadvertantly removed for router debug.

This commit is contained in:
mrg 2022-05-23 09:59:41 -07:00
parent 825ada8293
commit 51b0f125fb
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class sram_base(design, verilog, lef):
self.add_lvs_correspondence_points()
#self.offset_all_coordinates()
self.offset_all_coordinates()
highest_coord = self.find_highest_coords()
self.width = highest_coord[0]