Document the -C flag of iverilog.

This commit is contained in:
steve 2000-10-18 21:53:05 +00:00
parent e10679633d
commit ecf71efc84
1 changed files with 10 additions and 2 deletions

View File

@ -1,10 +1,10 @@
.TH iverilog 1 "$Date: 2000/10/08 22:36:56 $" Version "$Date: 2000/10/08 22:36:56 $" .TH iverilog 1 "$Date: 2000/10/18 21:53:05 $" Version "$Date: 2000/10/18 21:53:05 $"
.SH NAME .SH NAME
iverilog - Icarus Verilog compiler iverilog - Icarus Verilog compiler
.SH SYNOPSIS .SH SYNOPSIS
.B iverilog .B iverilog
[-ESv] [-Dmacro[=defn]] [-fflag=value] [-Iincludepath] [-mmodule] [-Nfile] [-ooutputfilename] [-s topmodule] [-ttype] [-Tmin/typ/max] [-Wclass] sourcefile[s] [-ESv] [-Cpath] [-Dmacro[=defn]] [-fflag=value] [-Iincludepath] [-mmodule] [-Nfile] [-ooutputfilename] [-stopmodule] [-ttype] [-Tmin/typ/max] [-Wclass] sourcefile
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
@ -25,6 +25,14 @@ tools is built into the \fIiverilog\fP program. However, the \fB-B\fP
switch allows the user to select a different set of programs. The path switch allows the user to select a different set of programs. The path
given is used to locate \fIivlpp\fP, \fIivl\fP and the VPI modules. given is used to locate \fIivlpp\fP, \fIivl\fP and the VPI modules.
.TP 8 .TP 8
.B -C\fIpath\fP
This flag selects the driver configuration file to use. Normally, the
iverilog program will read its configuration file from
/usr/lib/ivl/iverilog.conf (or the install path configured at compile
time) but the user can specify the path to a different configuration
file. This is useful when testing new configuration files. See the
installed configuration file for a summary of the file format.
.TP 8
.B -D\fImacro\fP .B -D\fImacro\fP
Defines macro \fImacro\fP with the string `1' as its definition. This Defines macro \fImacro\fP with the string `1' as its definition. This
form is normally only used to trigger ifdef conditionals in the form is normally only used to trigger ifdef conditionals in the