Document the -l flag (Stephan Boettcher)
This commit is contained in:
parent
29cfd8ccfe
commit
69a2331791
|
|
@ -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
|
||||
vvp - Icarus Verilog vvp runtime engine
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B vvp
|
||||
[-dv] [-Mpath] [-mmodule] inputfile
|
||||
[-dv] [-Mpath] [-mmodule] [-llogfile] inputfile
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
|
|
@ -17,6 +17,11 @@ command is not by itself executable on any platform. Instead, the
|
|||
.l
|
||||
\fIvvp\fP accepts the following options:
|
||||
.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
|
||||
This flag specifies the directory to use to locate VPI modules. This
|
||||
is normally not used as the installer places the modules in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue