init_mode
APR.device.place init_mode cyclic { "Generate" | "Update" }
Description
Specifies a device generation mode. The available options are:
-
Generate: Generates new devices in the layout design. -
Update: Updates existing objects in the layout design.
The default value is Generate.
GUI Equivalent
Examples
envGetVal("APR.device.place" "init_mode")
envSetVal("APR.device.place" "init_mode" 'cyclic "Update")
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