Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

apSwitchPlacerType

apSwitchPlacerType(
S_placementStyle
[ d_sessionWindow ]
)
=> t / nil

Description

Switches to the specified placer type for the automated placement and routing flow.

Arguments

S_placementStyle

Sets the placement style to either device or stdCell.

d_sessionWindow

Specifies an optional session window for running the commad.

Value Returned

t

The placer type has been switched.

nil

The command was unsuccessful.

Examples

Switches placer type to device:

apSwitchPlacerType("device")

Switches placer type to standard cell:

apSwitchPlacerType("stdCell")

Return to top
 ⠀
X