source: vis_dev/vis-2.3/share/help/print_partition_aig_dotCmd.txt @ 41

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

vis2.3

File size: 1.0 KB
Line 
1
2  print_partition_aig_dot - Print a dot description of the AND/INVERTER graph
3  that was built for the flattened network
4     _________________________________________________________________
5
6   print_partition_aig_dot [-h] <file_name>
7
8   Write a file in the format taken by the tool dot depicting the topology of
9   the AND/INVERTER graph. Dot is a tool that given a description of a graph in
10   a certain format it produces a postscript print of the graph. For more
11   information about dot look in
12   [1]http://www.research.att.com/orgs/ssr/book/reuse. Once a dot file is
13   produced with this command, the shell command dot -Tps >.ps will produce the
14   postscript file depicting the network.
15
16   If no argument is specified on the command line, the description is written
17   to the standard output.
18
19   Command options:
20
21   -h
22          Print the command usage.
23     _________________________________________________________________
24
25   Last updated on 20100410 00h02
26
27References
28
29   1. http://www.research.att.com/orgs/ssr/book/reuse
Note: See TracBrowser for help on using the repository browser.