Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
v2html - verilog to html converter
----------------------------------
See LICENCE.TXT for details of licencing.
See http://www.burbleland.com/v2html for more information.
Files included:
README - this file
v2html - v2html perl script
v2html-cgi - CGI helper script (for collapsible hierarchy)
LICENCE.TXT - licence
v2html.man.html - man page in html format
v2html.1 - man page in nroff format
- Make sure you have perl version 5.004 or later (perl -v tells you
the version).
Unix Installation
-----------------
- Copy v2html to somewhere like /usr/local/bin.
- If you are using the CGI script then see your web-server's documentation
on where to put CGI scripts.
- Copy v2html.1 to somewhere like /usr/local/man.
If your copy of perl is not in /usr/bin then you will have to edit the
first line of v2html and v2html-cgi to refer to where your copy of
perl in installed. Alternatively you could install a link from
/usr/bin/perl to your copy of perl.
Windows Installation
--------------------
- Put the v2html script somewhere (eg C:\v2html)
- Then, assuming you have Perl installed as c:\perl\bin\perl.exe, you should
be able to run v2html from a DOS box with a command like this:
c:\perl\bin\perl.exe c:\v2html\v2html -f my_cmd_file.vc