diff --git a/compiler/base/pin_layout.py b/compiler/base/pin_layout.py index c476c19b..a86aa07b 100644 --- a/compiler/base/pin_layout.py +++ b/compiler/base/pin_layout.py @@ -399,6 +399,7 @@ class pin_layout: newLayout.addText(text=self.name, layerNumber=layer_num, purposeNumber=label_purpose, + magnification=GDS["zoom"], offsetInMicrons=self.center()) def compute_overlap(self, other):