vreSetRoutingStatus
vreSetRoutingStatus( [d_cvid] [S_rStyle] [S_rName] ) => t / nil
Description
Sets the specified routing status on nets within the specified scope.
Arguments
Value Returned
Examples
The following example sets the routing status when options have already been specified in the Routing Assistant UI for standard cell routing style.
cv = geGetEditCellView()
vreSetRoutingStatus(cv "stdCell" "nr")
The following example specifies options in batch mode for device-level routing and then sets the routing status.
cv = geGetEditCellView()
handle = vreGetHandle(cv 'device 'gbr)
vreSetOptions(handle '(nil eco_nets "All" eco_netsWithin "PR boundary" eco_routedLoc "Current cellview" eco_setStatus "Fixed"))
vreSetRoutingStatus(cv 'device 'gbr)
Related Topics
Virtuoso Automated Placement and Routing SKILL Functions
Return to top