Codebase list gtkwave / run/5c18ec39-6001-42fa-8d34-f863677f6233/main man / fst2vcd.1
run/5c18ec39-6001-42fa-8d34-f863677f6233/main

Tree @run/5c18ec39-6001-42fa-8d34-f863677f6233/main (Download .tar.gz)

fst2vcd.1 @run/5c18ec39-6001-42fa-8d34-f863677f6233/mainraw · history · blame

.TH "FST2VCD" "1" "3.3.52" "Anthony Bybell" "Filetype Conversion"
.SH "NAME"
.LP 
fst2vcd \- Converts FST files to VCD
.SH "SYNTAX"
.LP 
fst2vcd [\fIoption\fP]... [\fIFSTFILE\fP]
.SH "DESCRIPTION"
.LP 
Converts FST files to VCD files.  If an output filename is not specified, the VCD is emitted to stdout.

.SH "OPTIONS"
.LP
.TP
\fB\-f,\-\-fstname\fR <\fIfilename\fP>
Specify FST input filename.
.TP
\fB\-o,\-\-output\fR <\fIfilename\fP>
Specify optional VCD output filename.
.TP
\fB\-e,\-\-extensions\Fr
Emit FST extensions to VCD.  Enabling this may create VCD files unreadable by other tools.  This is generally intended to be used as a debugging tool when developing FST writer interfaces to simulators.
.TP
\fB\-h,\-\-help\fR
Display help then exit.

.SH "EXAMPLES"
.LP 
To run this program the standard way type:
.TP 
fst2vcd filename.fst
The VCD conversion is emitted to stdout.
.SH "AUTHORS"
.LP 
Anthony Bybell <bybell@rocketmail.com>
.SH "SEE ALSO"
.LP 
\fIvcd2fst\fP(1) \fIgtkwave\fP(1)