autoPlaceLimit
layoutDP autoPlaceLimit int numDevices
Description
Specifies the maximum number of devices that can be automatically placed when placing only those instances that are outside a virtual hierarchy area boundary. When the placement limit is reached, the automatic placer stops until the placement limit is increased.
GUI Equivalent
Examples
envGetVal("layoutDP" "autoPlaceLimit")
envSetVal("layoutDP" "autoPlaceLimit" 'int 1000)
Related Topics
Return to top