check_connectivity
check_connectivity
[ -all | -net {s_netName …} | -set d_setObj ]
[ -annotate [ -annotation_limit i_count ] ]
[ -exclude_net {s_netName …} ]
[ -exclude_set d_setObj ]
[ -exclude_type {[power][ground][clock]} ]
[ -verbose ]
Description
Checks nets for loops and dangles by examining the graph-based connectivity of terminals, Steiner points, and routes. The scope of the check can be the entire design in the active window, specified nets, or nets in the specified set. If the scope is not given, the selected set is operated on.
The GUI equivalent for this command is Verify—Connectivity.
Arguments
Value Returned
|
Indicates the number of nets found with loops and/or dangles. This is the default output format. |
|
Examples
The following example looks for loops and dangles in nets in the selected set, reports the names of nets checked, and creates annotations for them that can be viewed in the Violation Browser.
check_connectivity -set [get_selection_set] -annotate -verbose
The following is an example of output to the Transcript area for this command.
Connectivity Check Summary:
Net Name Loops Dangles
TDSP_CORE_INST_opb#5b8#5d 1 0
Processed 5 net(s) in 0.02 seconds (320.00 nets/second) with 4 success(es) and 1 failure(s) (1 loop(s), 0 dangle(s))
Elasped Time: 0.0 seconds Current Memory Usage: 36.7 MB Peak Memory Usage: 37.1 MB
1
Related Topics
Return to top