enableGFGRowRegionSnapping
APR.device.grid enableGFGRowRegionSnapping boolean { t | nil }
Description
Snaps row regions to the Global Fin Grid.
The default value is nil, in which case row regions are aligned to the PR boundary.
GUI Equivalent
Examples
envGetVal("APR.device.grid" "enableGFGRowRegionSnapping")
envSetVal("APR.device.grid" "enableGFGRowRegionSnapping" boolean nil)
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Return to top