ignoreOverlapCheckProp
APR.device.place ignoreOverlapCheckProp string "property"
Description
Sets a property that can be used to ignore overlaps between top-level instances or figGroups when verifying the placement.
The default is "", which implies that no property is defined. Irrespective of this setting, if the instances or figGroups have the Boolean property verifyPlaceIgnoreOverlap set, overlap checks are ignored.
GUI Equivalent
Examples
envGetVal("APR.device.place" "ignoreOverlapCheckProp")
envSetVal("APR.device.place" "ignoreOverlapCheckProp" 'string "IgnoreAllOverlaps")
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Return to top