mirror of https://github.com/VLSIDA/OpenRAM.git
Set pin label size to use zoom factor from tech specifications
This commit is contained in:
parent
15e57d89ca
commit
48bc47c686
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue