includeCellNameInRRName
APR.device.grid includeCellNameInRRName boolean { t | nil }
Description
Specifies whether the name of the row region, generated using the Setup tab of the Auto P&R assistant, must include the cell name.
The default is nil, in which case the row region name does not include the cell name.
GUI Equivalent
Examples
envGetVal("APR.device.grid" "includeCellNameInRRName")
envSetVal("APR.device.grid" "includeCellNameInRRName" 'boolean t)
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top