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 node. |
---|
8 | 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 shadow |
---|
15 | |
---|
16 | derived attributes: list of derived attributes of the node |
---|
17 | |
---|
18 | See the ntk documentation for more information on types and attributes. The |
---|
19 | following is an example describing information associated with a node. |
---|
20 | small.latch_in: mdd=2, combinational; data-input comb-output |
---|
21 | |
---|
22 | |
---|
23 | The flattened name of the node is "small.latch_in", its MDD id is 2, it is |
---|
24 | of type combinational, and it is both a data input to a latch, and a |
---|
25 | combinational output. |
---|
26 | |
---|
27 | Command options: |
---|
28 | |
---|
29 | -f |
---|
30 | Print the fanins and fanouts of each node. |
---|
31 | |
---|
32 | -h |
---|
33 | Print the command usage. |
---|
34 | |
---|
35 | -t |
---|
36 | Print table statistics for those nodes having tables. |
---|
37 | _________________________________________________________________ |
---|
38 | |
---|
39 | Last updated on 20100410 00h02 |
---|
Note: See
TracBrowser
for help on using the repository browser.