diff --git a/compiler/sram/sram_base.py b/compiler/sram/sram_base.py index 4bcc1cb3..f6782597 100644 --- a/compiler/sram/sram_base.py +++ b/compiler/sram/sram_base.py @@ -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]