source: vis_dev/vis-2.3/share/help/print_network_statsCmd.txt @ 14

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

vis2.3

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 network
15
16     primary outputs: the number of primary output nodes of the flattened
17          network
18
19     latches: the number of (multi-valued) latches
20
21     pseudo inputs: the number of pseudo input nodes of the flattened network
22
23     constants: the number of combinational nodes that implement a multi-valued
24          constant
25
26     edges: the number of fanouts in the network (e.g. if the output of a node
27          is used in two places, this contributes two to the sum)
28
29   Note that flatten_hierarchy must be called before this command.
30
31   Example output:
32  small  combinational=2  pi=2  po=0  latches=1  pseudo=0  const=1  edges=4
33 
34
35   Command options:
36
37   -h
38          Print the command usage.
39     _________________________________________________________________
40
41   Last updated on 20100410 00h02
Note: See TracBrowser for help on using the repository browser.