initAspectRatioOption
layoutXL initAspectRatioOption string { "Aspect Ratio W/H" | "prBoundary Width" | "prBoundary Height" }
Description
Specifies which boundary option is used by the
The default is "Aspect Ratio W/H".
GUI Equivalent
|
Connectivity – Generate – All From Source (PR Boundary tab)
Connectivity – Update – Components And Nets (PR Boundary tab)
Launch – Configure Physical Hierarchy (in Soft Block mode) |
|
Examples
envGetVal("layoutXL" "initAspectRatioOption")
envSetVal("layoutXL" "initAspectRatioOption" 'string "Aspect Ratio W/H")
envSetVal("layoutXL" "initAspectRatioOption" 'string "prBoundary Width")
envSetVal("layoutXL" "initAspectRatioOption" 'string "prBoundary Height")
Additional Information
To prepopulate the Generate Layout form with Utilization% and prBoundary height, set the following environment variables:
envSetVal("layoutXL" "initEstimateArea" 'boolean t)
envSetVal("layoutXL" "initAspectRatioOption" 'string "prBoundary Height")
envSetVal("layoutXL" "initPrBoundaryH" 'float 0.24)
Set an appropriate value for the
initPrBoundaryH environment variable. The value specified in the example above is used for representational purposes only.Related Topics
List of Layout XL Environment Variables
Return to top