rowRegionMode
APR.device.grid rowRegionMode cyclic { "deriveRowRegion" | "specifyRowHeight" | "specifyRowTemplate" }
Description
Specifies the mode to derive the row height when creating row regions. The available options are:
-
deriveRowRegion: Automatically calculates the row height based on the devices in the design. -
specifyRowHeight: Lets you specify a row height value using the rowHeight environment variable. -
specifyRowTemplate: Lets you use the useRowTemplate environment variable to select an existing row template from which the row height value is to be used.
The default value is deriveRowRegion.
GUI Equivalent
|
Auto compute row height, Specify row height, Use row template |
Examples
envGetVal("APR.device.grid" "rowRegionMode")
envSetVal("APR.device.grid" "rowRegionMode" 'cyclic "specifyRowHeight")
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