autoPlaceAdjustRowRegion
APR.device.place autoPlaceAdjustRowRegion boolean { t | nil }
Description
Automatically adjusts the row region while running the Virtuoso device-level placer.
The default is nil, in which state row regions are nor modified during device placement, and therefore there are no row region overlaps.
GUI Equivalent
Examples
envGetVal("APR.device.place" "autoPlaceAdjustRowRegion")
envSetVal("APR.device.place" "autoPlaceAdjustRowRegion" 'boolean t)
envSetVal("APR.device.place" "autoPlaceAdjustRowRegion" 'boolean nil)
Related Topics
Virtuoso Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top