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

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

Add vis

File size: 862 bytes
Line 
1
2  read_verilog - read a verilog file
3     _________________________________________________________________
4
5   read_verilog [-c] [-h] [-u] [-F] <file_name>
6
7   Reads a verilog file into VIS. Internally the file is transformed into
8   an  equivalent blif-mv file, which is then read into VIS. The existing
9   hierarchy  for the blif-mv file previously read in is overwritten upon
10   a  successful  read. If an error is detected while reading a file, the
11   previous hierarchy is preserved.
12
13   Command options:
14
15   -c
16          Use explicit clocking.
17
18   -h
19          Print the command usage.
20
21   -u
22          Turn off loop unroling.
23
24   -F
25          Ignore all timing.
26
27   <file_name>
28          Verilog file to be read in.
29     _________________________________________________________________
30
31   Last updated on 20050519 10h16
Note: See TracBrowser for help on using the repository browser.