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

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

Add vis

File size: 1.6 KB
Line 
1
2  read_order - Read and reorder variable order from a file.
3     _________________________________________________________________
4
5   read_order [-h] [-v] [<file>]
6
7   This  command  reads  variable  order from a file and reorder variable
8   order  according to the order. This command can be used any time after
9   static_order command. However, the users should notice that there is a
10   possibility to get BDD blowups during this command.
11
12   Command options:
13
14   -h
15          Print the command usage.
16
17   -g <group>
18          Specify  whether  to  group present and next state variables or
19          not.
20
21          0: Do not group.
22
23          1: Do group (default).
24
25   -v
26          Print debug information.
27
28   <file>
29          A  file  containing  names  of network nodes, used to specify a
30          variable  ordering. The name of a node is the full hierarchical
31          path  name, starting from the current hierarchical node. A node
32          should  appear  at most once in the file. Each node name should
33          appear  at  the  beginning  of  a new line, with no white space
34          preceeding it. The end of a node name is marked by white space,
35          and any other text on the rest of the line is ignored. Any line
36          starting  with  "#"  or white space is ignored. See write_order
37          for  a  sample  file. Note that the variable ordering cannot be
38          specified  at  the  bit-level;  it can only be specified at the
39          multi-valued variable level.
40     _________________________________________________________________
41
42   Last updated on 20050519 10h16
Note: See TracBrowser for help on using the repository browser.