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