vreStopPlacer
vreStopPlacer(
[ d_cvid ]
[ S_style ]
[ S_eName ]
)
=> t / nil
Description
Stops the active placer.
Arguments
|
d_cvid
|
Database ID of the cellview for placer. The database ID can be obtained using the geGetEditCellView SKILL function. The default value is the cellview of the current window.
|
|
S_style
|
Specifies the placement style, for example stdCell. The default value is taken from active selection on the Auto P&R assistant.
|
|
S_eName
|
Specifies the engine name, for example gp. The default value is taken from active selection on the Auto P&R assistant.
|
Value Returned
|
t
|
Placer was successfully stopped.
|
|
nil
|
Unable to stop placer or the placer is inactive.
|
Examples
The following example stops the active placer.
vreStopPlacer(cv 'stdCell 'gp)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top