fst2vcd (1) Linux Manual Page
fst2vcd – Converts FST files to VCD
Syntax
fst2vcd [option]… [FSTFILE]Description
Converts FST files to VCD files. If an output filename is not specified, the VCD is emitted to stdout.Options
- -f,–fstname <filename>
- Specify FST input filename.
- -o,–output <filename>
- Specify optional VCD output filename.
- -e,–extensionsFr
- 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.
- -h,–help
- 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.
- Display help then exit.
Examples
To run this program the standard way type:- fst2vcd filename.fst
- The VCD conversion is emitted to stdout.
