placerType
layoutXL.AP placerType 'cyclic { "Digital" | "Digital ECO" | "Analog Auto" | "PLS" | "Place" }
Description
-
Digital: Places all the standard cells in the design. -
Digital ECO: Places only the unplaced standard cells in the design. -
Analog Auto: Uses the Virtuoso device-level automatic placer. -
PLS: Places devices as closely as possible to their relative locations in the schematic view. -
Place: Places all standard cells and devices.
GUI Equivalent
Examples
envGetVal("layoutXL.AP" "placerType")
envSetVal("layoutXL.AP" "placerType" 'cyclic "PLS")
Related Topics
Virtuoso Placer Environment Variables
Return to top