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.