route_taps
route_taps
-set d_setObj
[ -use_term_taper [false|true ] ]
[ -gather_routes [ true | false ] ]
Description
Routes tap connections for nets in the set. Use this command after routing only spines for the nets with one of the following:
-
balance_route -tie_pins_to_spine false -
spine_route -spine_only true
Arguments
|
-gather_routes [ true | false ] ]
|
|
|
When set true, multiple taps are routed using a gathering method. Use this for bus-style routing.
Default: (false) Each tap is routed independent of the others.
|
|
-set d_setObj
|
Specifies the set of nets.
|
|
-use_term_taper [ true | false ]
|
|
|
Determines whether taps are connected using the taper rule on the terms.
Default: (false) Uses the taper rule for the net.
|
Examples
The following example routes tap connections for the nets in the selected set, using the taper rule on the terms.
route_taps -set [get_selection_set] -use_term_taper
Related Topics
Specialty Route Commands
balance_route
spine_route
Return to top