init_boundaryUtilizationVal
APR.device.place init_boundaryUtilizationVal float utilizationVal
Description
Specifies the percentage of area within the cell boundary that can be filled with objects. This setting is valid only when init_boundaryUtilizationOrWidth is set to Utilization.
GUI Equivalent
Examples
envGetVal("APR.device.place" "init_boundaryUtilizationVal")
envSetVal("APR.device.place" "init_boundaryUtilizationVal" 'float 35)
Related Topics
Auto P&R Assistant User Interface for Device-Level Placement
Initializing a Layout in the Automated Device Placement and Routing Flow
init_boundaryWidthVal
APR.device.place init_boundaryWidthVal float boundaryWidth
Description
Specifies the exact width of the PR boundary. This setting is valid only when init_boundaryUtilizationOrWidth is set to Width.
GUI Equivalent
Examples
envGetVal("APR.device.place" "init_boundaryWidthVal")
envSetVal("APR.device.place" "init_boundaryWidthVal" 'float 15)
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