Document the -l flag (Stephan Boettcher)

This commit is contained in:
steve 2001-07-21 21:15:51 +00:00
parent 29cfd8ccfe
commit 69a2331791
1 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,10 @@
.TH vvp 1 "$Date: 2001/07/21 04:34:25 $" Version "$Date: 2001/07/21 04:34:25 $" .TH vvp 1 "$Date: 2001/07/21 21:15:51 $" Version "$Date: 2001/07/21 21:15:51 $"
.SH NAME .SH NAME
vvp - Icarus Verilog vvp runtime engine vvp - Icarus Verilog vvp runtime engine
.SH SYNOPSIS .SH SYNOPSIS
.B vvp .B vvp
[-dv] [-Mpath] [-mmodule] inputfile [-dv] [-Mpath] [-mmodule] [-llogfile] inputfile
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
@ -17,6 +17,11 @@ command is not by itself executable on any platform. Instead, the
.l .l
\fIvvp\fP accepts the following options: \fIvvp\fP accepts the following options:
.TP 8 .TP 8
.B -l\fIlogfile\fP
This flag specifies a logfile where all MCI <stdlog> output goes.
Specify logfile as '-' to send log output to <stderr>. $display and
friends send their output both to <stdout> and <stdlog>.
.TP 8
.B -M\fIpath\fP .B -M\fIpath\fP
This flag specifies the directory to use to locate VPI modules. This This flag specifies the directory to use to locate VPI modules. This
is normally not used as the installer places the modules in the is normally not used as the installer places the modules in the