apSwitchPlacerType
apSwitchPlacerType(S_placementStyle[d_sessionWindow] ) =>t/ nil
Description
Switches to the specified placer type for the automated placement and routing flow.
Arguments
|
Specifies an optional session window for running the commad. |
|
Value Returned
Examples
Switches placer type to device:
apSwitchPlacerType("device")
Switches placer type to standard cell:
apSwitchPlacerType("stdCell")
Return to top