initEstimateArea
layoutXL initEstimateArea boolean { t | nil }
Description
Determines whether Layout XL estimates the size of the design boundary based on the boundary area estimation options during the Generate All From Source and Update Components And Nets commands, and when defining soft blocks in the Configure Physical Hierarchy window. To support defining soft blocks in the Configure Physical Hierarchy window, the environment variable feeds the Boundary tab with the Area Estimator values.
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" "initEstimateArea")
envSetVal("layoutXL" "initEstimateArea" 'boolean t)
envSetVal("layoutXL" "initEstimateArea" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top