Document the new -x flag.
This commit is contained in:
parent
da4a7ea80a
commit
4a0e7d56bd
|
|
@ -34,6 +34,9 @@ Append path \fIincludepath\fP to list of paths searched for include files.
|
||||||
.B -X
|
.B -X
|
||||||
Generate XNF files as output. Default is VVM-format.
|
Generate XNF files as output. Default is VVM-format.
|
||||||
.TP 8
|
.TP 8
|
||||||
|
.B -x
|
||||||
|
Executes the generated file directly after compilation.
|
||||||
|
.TP 8
|
||||||
.B -o \fIfilename\fP
|
.B -o \fIfilename\fP
|
||||||
Place output in the file \fIfilename\fP. If not given, \fIverilog\fP tries to
|
Place output in the file \fIfilename\fP. If not given, \fIverilog\fP tries to
|
||||||
make a guess; if the input filename is "hello.v", the output
|
make a guess; if the input filename is "hello.v", the output
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue