select_nets_on_routes
select_nets_on_routes -ind_setObj-outd_setObj
Description
Finds nets that the routes in the given set (-in) are attached to, and puts the nets into another set (-out).
Arguments
Examples
The following example takes routes in the selected set and puts the nets that the routes are attached to into the HL1 highlight set, then refreshes the artwork.
select_nets_on_routes -in [get_selection_set] -out [get_highlight -name HL1]
refresh
Related Topics
Return to top