init_useSourceLayout
APR.device.place init_useSourceLayout boolean { t | nil }
Description
Specifies whether the settings from the source layout are to be reused in the target.
The default value is nil. When set to t, use the following environment settings to specify the layout reuse settings:
- init_useSourceLayoutBoundary
- init_useSourceLayoutConstraints
- init_useSourceLayoutInstances
- init_useSourceLayoutPins
GUI Equivalent
Examples
envGetVal("APR.device.place" "init_useSourceLayout")
envSetVal("APR.device.place" "init_useSourceLayout" '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