apUseCustomSettings
APR.device.initialize apUseCustomSettings boolean { t | nil }
Description
Specifies whether custom PDK settings are to be loaded from a file. This option is useful for loading additional parameters and values, for example fill overrides, environment variables, and device registration that are applicable only at lower nodes.
The default value is nil. When set to t, use pdkMapping to specify the file that contains custom PDK definitions.
GUI Equivalent
Examples
envGetVal("APR.device.initialize" "apUseCustomSettings")
envSetVal("APR.device.initialize" "apUseCustomSettings" 'boolean t)
Related Topics
Initializing a Layout in the Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top