Uncommented offset_all_coordinates.

This commit is contained in:
jsowash
2019-09-04 16:41:27 -07:00
parent febc053587
commit 8c33749223
2 changed files with 4 additions and 9 deletions
-3
View File
@@ -55,9 +55,6 @@ class lef:
self.lef.write("{0}MACRO {1}\n".format(self.indent,self.name))
self.indent += " "
self.lef.write("{0}CLASS BLOCK ;\n".format(self.indent))
self.lef.write("{0}ORIGIN {1} {2} ;\n".format(self.indent,
round(self.origin_offset[0], self.round_grid),
round(self.origin_offset[1], self.round_grid)))
self.lef.write("{0}SIZE {1} BY {2} ;\n" .format(self.indent,
round(self.width,self.round_grid),
round(self.height,self.round_grid)))