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