vgPriority
APR.device.place viaParamOverrides string "priority_list"
Description
Specifies the priority to be followed while forming virtual groups in a design.
The default is "type PN pitch height bulkNetName", which means that virtual groups are first separated based on their types—passive and active devices, then by their PN, followed by their poly pitches, and finally by their heights.
GUI Equivalent
Examples
envGetVal("APR.device.place" "vgPriority")
envSetVal("APR.device.place" "vgPriority" 'string "type height PN pitch height bulkNetName")
Related Topics
Automated Device Placement and Routing Flow Environment Variables
Return to top