set_width_priority_nets
set_width_priority_nets -widthf_userunit| -tracksf_tracks[ -setd_setObj] [ -priorityi_priority] [ -ignore_nets {s_netName…} ] [ -ignore_setd_setObj]
Description
Sets the priority for nets with widths greater than or equal to a given width (in user units) or a given number of tracks. You can optionally add the qualifying nets to a set or exclude some nets from consideration.
Arguments
Examples
The following example causes all nets on any layer that are at least 1.3 user units to be set to the highest priority value and puts the nets into the selected set.
set_width_priority_nets -width 1.3 -set [get_selection_set]
Related Topics
Return to top