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

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

Add vis

File size: 1.9 KB
Line 
1
2  read_blif - read a blif file
3     _________________________________________________________________
4
5   read_blif [-c] [-e <encoding_file_name>] [-h] [-v] <file_name>
6
7   Reads  a  file  in  blif  format  into VIS. All the synthesis-specific
8   constructs   of   blif  are  ignored.  Internally  the  blif  file  is
9   automatically  translated  into  an  equivalent blif-mv file, which is
10   then  read  in  with  read_blif_mv.  Note that, currently this command
11   cannot  read  blif files which describe mapped circuits. To get around
12   this  problem,  please  use SIS synthesis tool to generate an ordinary
13   blif file. Command options:
14
15   -c
16          Semi-canonicalize  all  the  tables  in  each  model.  See  the
17          documentation of [1]read_blif_mv for details.
18
19   -e <encoding_file_name>
20          If  set,  the  program  reads in a blif file using the encoding
21          information  specified  in  the  encoding_file_name.  Only  the
22          current  hnode is altered in the process, and hence the read is
23          incremental.  Typically  the  encoding file is written out by a
24          write_blif  operation.  Note that this option cannot be used if
25          no file has been read in. Internally, the encoding file is used
26          in  combination  with  the  blif  file to create a blif-mv file
27          which is compatible with the I/O interface of the current node.
28
29   -h
30          Print the command usage.
31
32   -v
33          If  set, the program prints out all the unused variables in the
34          blif file.
35
36   <file_name>
37          Name  of  a  blif  file  to  be read in. This can be the output
38          written by SIS. in the blif file.
39     _________________________________________________________________
40
41   Last updated on 20050519 10h16
42
43References
44
45   1. file://localhost/projects/development/hsv/vis/common/doc/html/read_blif_mvCmd.html
Note: See TracBrowser for help on using the repository browser.