init_boundaryAspectRatioOrHeight
APR.device.place init_boundaryAspectRatioOrHeight cyclic { "Aspect Ratio" | "Height" }
Description
Specifies the method in which the PR boundary is to be defined. The valid values are:
-
Aspect Ratio: Uses the init_boundaryAspectRatioVal setting to specify the width-to-height ratio of the PR boundary. -
Height: Uses the init_boundaryHeightVal setting to specify the exact height of the PR boundary.
The default value is Aspect Ratio.
GUI Equivalent
Examples
envGetVal("APR.device.place" "init_boundaryAspectRatioOrHeight")
envSetVal("APR.device.place" "init_boundaryAspectRatioOrHeight" 'cyclic "Height")
Related Topics
Auto P&R Assistant User Interface for Device-Level Placement
Initializing a Layout in the Automated Device Placement and Routing Flow
Return to top