From a1774bd3bd39b4569ffb68f3d09981a378f08759 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 28 May 2002 20:46:51 +0000 Subject: [PATCH] ivl indexes the search path for libraries, and supports case insensitive module-to-file lookup. --- driver/iverilog.man | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/driver/iverilog.man b/driver/iverilog.man index 7d9c27ced..d7703059a 100644 --- a/driver/iverilog.man +++ b/driver/iverilog.man @@ -1,4 +1,4 @@ -.TH iverilog 1 "$Date: 2002/05/24 01:13:00 $" Version "$Date: 2002/05/24 01:13:00 $" +.TH iverilog 1 "$Date: 2002/05/28 20:46:51 $" Version "$Date: 2002/05/28 20:46:51 $" .SH NAME iverilog - Icarus Verilog compiler @@ -240,6 +240,18 @@ when looking for a library file. This is useful in conjunction with \fB-y\fP flags to list suffixes to try in each directory before moving on to the next library directory. +.TP 8 +.B +libdir+\fIdir\fP +This is another way to specify library directories. See the -y flag. + +.TP 8 +.B +libdir-nocase+\fIdir\fP +This is like the \fB+libdir\fP statement, but file names inside the +directories declared here are case insensitive. The missing module +name in a lookup need not match the file name case, as long as the +letters are correct. For example, "foo" matches "Foo.v" but not +"bar.v". + .TP 8 .B +define+\fINAME\fP=\fIvalue\fP The \fB+define+\fP token is the same as the \fB-D\fP option on the