source: vis_dev/vis-2.1/share/help/print_partition_aig_dotCmd.txt @ 11

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

Add vis

File size: 1.1 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
9   topology  of  the  AND/INVERTER  graph.  Dot  is  a  tool that given a
10   description  of  a  graph in a certain format it produces a postscript
11   print   of   the  graph.  For  more  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
14   produce the postscript file depicting the network.
15
16   If  no  argument  is specified on the command line, the description is
17   written to the standard output.
18
19   Command options:
20
21   -h
22          Print the command usage.
23     _________________________________________________________________
24
25   Last updated on 20050519 10h16
26
27References
28
29   1. http://www.research.att.com/orgs/ssr/book/reuse
Note: See TracBrowser for help on using the repository browser.