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

vreRaisePreRoutingBrowser

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

Description

Opens the Pre-routing Browser based on the given routing style and router name.

Arguments

d_cvid

Database ID of the cellview for opening pre routing browser. 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

Pre-routing Browser opens successfully.

nil

Pre-routing Browser does not open.

Examples

The following examples open pre-routing browser.

vreRaisePreRoutingBrowser(geGetEditCellView() "stdCell" "nr")
vreRaisePreRoutingBrowser(geGetEditCellView() 'device 'gbr)

Related Topics

Virtuoso Automated Placement and Routing SKILL Functions


Return to top
 ⠀
X