vreRunP2TRouter
vreRunP2TRouter( [d_cvid] [S_rStyle] [S_rName] ) => t/ nil
Description
Runs the Pin to Trunk 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 runs the Pin to Trunk router using standard cell style routing based on the options set in the Routing Assistant.
cv = geGetEditCellView()
vreRunP2TRouter(cv "device" "gbr")
The following example sets three options in batch mode before running device-level Pin to Trunk routing:
cv = geGetEditCellView()
handle = vreGetHandle(cv 'device 'gbr)
vreSetOptions(handle '(nil route_nets "All" route_netsWithin "PR boundary" route_routedLoc "Current cellview"))
vreRunP2TRouter(cv 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top