astPinMoveMatchSizeChoice
layoutXL.floorplan astPinMoveMatchSizeChoice cyclic { "Auto" | "Whole Shape" | "Consider Overlapping Routes" }
Description
(Virtuoso Layout Suite EXL) Specifies whether the pins being moved are to be resized to match the reference shapes. The valid values are:
-
Auto: Creates square pins with side matching the edge of the reference shape that is closest to the PR boundary. -
Whole Shape: Creates pins of the same size as the reference shape. -
Consider Overlapping Routes: Resizes the top-level pin to include the level-1 path and path segment connected to the level-1 pin. This setting is applicable to the Level-1 Pin assisted move location command.
The default value is Whole Shape.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "astPinMoveMatchSizeChoice")
envSetVal("layoutXL.floorplan" "astPinMoveMatchSizeChoice" 'cyclic "Auto")
Related Topics
Repositioning Pins Using Assisted Move
Return to top