autoPlaceExcludeList
APR.device.place autoPlaceExcludeList string "devices"
Description
Specifies a list of devices to be excluded during placement. You can specify either individual device names or the name of the master that contains the devices to be excluded.
The default is "", which implies that no devices are excluded.
GUI Equivalent
Examples
envGetVal("APR.device.place" "autoPlaceExcludeList")
The following example specifies the names of the devices to be excluded:
envSetVal("APR.device.place" "autoPlaceExcludeList" 'string, "device deviceName1 deviceName2")
The following example specifies the name of the device masters:
envSetVal("APR.device.place" "autoPlaceExcludeList" 'string "master library1 cell1 library2 cell2")
Related Topics
Placing Devices Automatically in the Automated Device Placement and Routing Flow
Virtuoso Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top