enablePinLayerSideConstraints
layoutXL.floorplan enablePinLayerSideConstraints boolean { t | nil }
Description
Enables the Respect pin layer/side constraints option, which allows the pins to switch their layers depending on the side on which they are placed by the Pin Optimizer.
Use the rightSidePinLayersConstraints, leftSidePinLayersConstraints, topSidePinLayersConstraints, and bottomSidePinLayersConstraints environment variables to specify the layers on the respective sides.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "enablePinLayerSideConstraints")
envSetVal("layoutXL.floorplan" "enablePinLayerSideConstraints" 'boolean t)
Related Topics
Return to top