eaPinResizeEdgeSelectMode
layoutXL.floorplan eaPinResizeEdgeSelectMode cyclic { "Violating Edge Only" | "Change to All Edges (Square Pin) "}
Description
(Virtuoso Layout Suite EXL) Specifies how pins are resized to meet electrical requirements.
-
Violating Edge Only: Resizes only the violating pin edges to the desired electrically-aware width. This is the default value. -
Change to All Edges(Square Pin): Resizes all edges to create square pins.
GUI Equivalent
|
Tools – Electrically Aware Pin Sizing – Resize UnderSized Pins |
Examples
envGetVal("layoutXL.floorplan" "eaPinResizeEdgeSelectMode")
envSetVal("layoutXL.floorplan" "eaPinResizeEdgeSelectMode" 'cyclic "Change to All Edges (Square Pin)")
Related Topics
Electrically Aware Pin Sizing Form
Return to top