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

vreStopSignalRouter

vreStopSignalRouter(
[ d_cvid ]
[ S_rStyle]
[ S_rName ]
)
=> t / nil

Description

Stops the active signal router.

Arguments

d_cvid

Database ID of the cellview being routed. 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

Router was stopped.

nil

The router could not be stopped or the router is not active.

Examples

The following example stops the signal router for the specified cellview, routing style, and router.

vreStopSignalRouter(cv 'stdCell 'nr)

Related Topics

Virtuoso Automated Placement and Routing SKILL Functions


Return to top
 ⠀
X