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

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

vis2.3

File size: 827 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 an
8   equivalent blif-mv file, which is then read into VIS. The existing hierarchy
9   for the blif-mv file previously read in is overwritten upon a successful
10   read. If an error is detected while reading a file, the previous hierarchy
11   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 20100410 00h02
Note: See TracBrowser for help on using the repository browser.