boundarySignalPinSize
layoutXL.floorplan boundarySignalPinSize cyclic { "Square" | "Whole Shape" | "Honor Min Length" | "Custom Length" }
Description
Specifies the size of the boundary signal pins to be created by the Auto-Create Pins tool. The valid values are:
-
Square: Creates square pins. -
Whole Shape: Creates pins of the same shape as the corresponding net shapes. -
Honor Min Length: Honors theminLengthconstraint specified in the technology file. -
Custom Length: Overrides theminLengthconstraint value for a particular metal layer.
GUI Equivalent
|
Floorplan – Pin Tool – Create – Auto-Create Pins Plan – Pin Planning – Pin Tool – Create – Auto-Create Pins (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "boundarySignalPinSize")
envSetVal("layoutXL.floorplan" "boundarySignalPinSize" 'cyclic "Whole Shape")
Related Topics
Creating Pins Automatically in the Pin Tool
Return to top