vreRaiseResultsBrowser
vreRaiseResultsBrowser( [d_cvid] [S_rStyle] [S_rName] ) => t/ nil
Description
Opens the Routing Results Browser for the specified scope. This API uses the options specified in the Routing Assistant or set through vreSetOption based on the given routing style or router.
Arguments
Value Returned
Examples
The following example displays the Routing Results Browser for the standard cell routing style.
cv = geGetEditCellView()
vreRaiseResultsBrowser(cv "stdCell" "nr")
The following example brings up the Routing Results Browser for the device level routing style.
cv = geGetEditCellView()
handle = vreGetHandle(cv 'device 'gbr)
vreSetOptions(handle '(nil results_nets "All" results_supplyNets t))
vreRaiseResultsBrowser(cv 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top