Offset macro to 0,0 which was accidentally comented by a PR

This commit is contained in:
mrg 2021-04-13 16:24:13 -07:00
parent b510925bdb
commit e706f776eb
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,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]