source: vis_dev/vis-2.1/share/help/print_networkCmd.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 - print information about the flattened network
3     _________________________________________________________________
4
5   print_network [-f] [-h] [-t]
6
7   Prints  the  name of the flattened network, and information about each
8   node. For each node, prints the following:
9
10     name: the name of the node
11
12     mdd: MDD id (-1 is uninitialized)
13
14     type:  one  of combinational, primary-input, pseudo-input, latch, or
15          shadow
16
17     derived attributes: list of derived attributes of the node
18
19   See   the   ntk  documentation  for  more  information  on  types  and
20   attributes.   The  following  is  an  example  describing  information
21   associated with a node.
22  small.latch_in: mdd=2, combinational; data-input comb-output
23 
24
25   The  flattened  name of the node is "small.latch_in", its MDD id is 2,
26   it  is  of type combinational, and it is both a data input to a latch,
27   and a combinational output.
28
29   Command options:
30
31   -f
32          Print the fanins and fanouts of each node.
33
34   -h
35          Print the command usage.
36
37   -t
38          Print table statistics for those nodes having tables.
39     _________________________________________________________________
40
41   Last updated on 20050519 10h16
Note: See TracBrowser for help on using the repository browser.