vreRunPowerRouter
vreRunPowerRouter( [d_cvid] [S_rStyle] [S_rName] ) => t/ nil
Description
Runs the power router for the specified scope using the options specified in the Routing Assistant or set using vreSetOption based on the given routing style and router.
Arguments
Value Returned
Examples
The following example performs power routing when options have already been specified in the Routing Assistant UI for standard cell routing style.
cv = geGetEditCellView()
vreRunPowerRouter(cv "stdCell" "nr")
The following example specifies options in batch mode for device-level routing and then performs power routing.
cv = geGetEditCellView()
handle = vreGetHandle(cv 'device 'gbr)
vreSetOptions(handle '(nil supply_nets "All" supply_netsWithin "PR boundary" supply_routedLoc "Current cellview"))
vreRunPowerRouter(cv 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top