init_boundaryUtilizationOrWidth
APR.device.place init_boundaryUtilizationOrWidth cyclic { "Utilization" | "Width" }
Description
Specifies the method in which the fillable area within the cell boundary is to be defined. The valid values are:
-
Utilization: Uses the init_boundaryUtilizationVal setting to specify the percentage of area within the cell boundary that can be filled with objects. -
Width: Uses the init_boundaryWidthVal setting to specify the exact width of the PR boundary.
The default value is Utilization.
GUI Equivalent
Examples
envGetVal("APR.device.place" "init_boundaryUtilizationOrWidth")
envSetVal("APR.device.place" "init_boundaryUtilizationOrWidth" 'cyclic "Width")
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