rectangularPinEdgeOnPRB
layoutXL.floorplan rectangularPinEdgeOnPRB cyclic { "As Is" | "Short Edge" | "Long Edge" }
Description
Specifies the edge of the pin that needs to be abutted to the PR Boundary. The valid values are:
-
As Is:Abuts the rectangular pin as-is to the PR Boundary, irrespective of whether the abutted edge is short or long. Depending on the original position of the pin and the PR Boundary side, either the long edge or the short edge of the pin is abutted to the PR Boundary. This is the default value. -
Short Edge: Abuts the short edge of the rectangular pin to the PR Boundary. -
Long Edge: Abuts the long edge of the rectangular pin to the PR Boundary.
GUI Equivalent
|
Plan – Pin Planning – Pin Optimization (Virtuoso Layout Suite EXL) |
|
Examples
envGetVal("layoutXL.floorplan" "rectangularPinEdgeOnPRB")
envSetVal("layoutXL.floorplan" "rectangularPinEdgeOnPRB" 'cyclic "Short Edge")
Related Topics
Return to top