Merge branch 'master' of ssh://steve-icarus@icarus.com/home/u/icarus/steve/git/verilog

Conflicts:
	driver/iverilog.man
This commit is contained in:
Stephen Williams 2009-11-20 14:42:21 -08:00
commit 0fc136fad9
1 changed files with 5 additions and 5 deletions

View File

@ -429,14 +429,14 @@ The \fB+default+\fP token is the same as the \fB\-P\fP option on the
command line.
.TP 8
.B +toupper-filename\fP
.B +toupper-filename
This token causes file names after this in the command file to be
translated to uppercase. This helps with situations where a directory
has passed through a DOS machine, and in the process the file names
become munged.
.TP 8
.B +tolower-filename\fP
.B +tolower-filename
This is similar to the \fB+toupper\-filename\fP hack described above.
.TP 8
@ -462,11 +462,11 @@ from preprocessor defines elsewhere in the file or the command line.
The following macros are predefined by the compiler:
.TP 8
.B __ICARUS__ = 1\fP
This is defined always when compiling with Icarus Verilog.
.B __ICARUS__ = 1
This is always defined when compiling with Icarus Verilog.
.TP 8
.B __VAMS_ENABLE__ = 1\fp
.B __VAMS_ENABLE__ = 1
This is defined if Verilog\-AMS is enabled.
.SH EXAMPLES