vreStopWSPGeneration
vreStopWSPGeneration(
[ d_cvid ]
[ S_rStyle]
[ S_rName ]
)
=> t / nil
Description
Stops the active WSP generation.
Arguments
|
d_cvid
|
Database ID of the cellview in which WSPs are being generated. The database ID can be obtained using the geGetEditCellView SKILL function. The default value is the cellview of the current window.
|
|
S_rStyle
|
Specifies the routing style, which can be either device, stdCell, or chip.
|
|
S_rName
|
Specifies the router name, which can be either gbr, nr, or vcr.
|
Value Returned
|
t
|
WSP generation was stopped.
|
|
nil
|
WSP generation could not be stopped or is not active.
|
Examples
The following example stops WSP generation for the specified cellview, routing style, and router.
vreStopWSPGeneration(cv 'stdCell 'nr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top