autoPlaceAbutInstances
APR.device.place autoPlaceAbutInstances boolean { t | nil }
Description
Abuts single instances after running the placer. Two single instances can be abutted only when:
- They are in the same virtual group.
- Their positions along the y-axis are the same.
- They are adjacent in their positions along the x-axis, which means there is no figGroup between them.
The default value is nil, in which case single instances are not automatically abutted.
GUI Equivalent
Examples
envGetVal("APR.device.place" "autoPlaceAbutInstances")
envSetVal("APR.device.place" "autoPlaceAbutInstances" 'boolean t)
Related Topics
Virtuoso Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top