source: vis_dev/vis-2.1/share/vis/help/print_network_statsCmd.txt @ 11

Last change on this file since 11 was 11, checked in by cecile, 13 years ago

Add vis

File size: 1.3 KB
Line 
1
2  print_network_stats - print statistics about the flattened network
3     _________________________________________________________________
4
5   print_network_stats [-h]
6
7   Prints the following statistics about the flattened network:
8
9     name: the name of the flattened network
10
11     combinational:  the  number of nodes which have a table defining the
12          function of the node (excludes pseudo inputs)
13
14     primary  inputs:  the number of primary input nodes of the flattened
15          network
16
17     primary outputs: the number of primary output nodes of the flattened
18          network
19
20     latches: the number of (multi-valued) latches
21
22     pseudo  inputs:  the  number  of pseudo input nodes of the flattened
23          network
24
25     constants:  the  number  of  combinational  nodes  that  implement a
26          multi-valued constant
27
28     edges: the number of fanouts in the network (e.g. if the output of a
29          node is used in two places, this contributes two to the sum)
30
31   Note that flatten_hierarchy must be called before this command.
32
33   Example output:
34  small  combinational=2  pi=2  po=0  latches=1  pseudo=0  const=1  edges=4
35 
36
37   Command options:
38
39   -h
40          Print the command usage.
41     _________________________________________________________________
42
43   Last updated on 20050519 10h16
Note: See TracBrowser for help on using the repository browser.