isOnlyAnalogCellFlow
APR.device.initialize isOnlyAnalogCellFlow cyclic { "Unset" | "True" | "False" }
Description
Specifies whether the current PDK supports the analog cell flow or the primitive flow.
-
Unset: Honors the tool default value that is set in the initialize step. -
True: The current PDK supports only analog cell flow. -
False: The current PDK supports only primitive flow.
This environment variable is applicable only to nodes that support both analog and primitive flows.
GUI Equivalent
Examples
envGetVal("APR.device.initialize" "isOnlyAnalogCellFlow")
envSetVal("APR.device.initialize" "isOnlyAnalogCellFlow" 'cyclic "False")
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