This is the command fst2vcd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
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,--extensions
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
Display help then exit.
EXAMPLES
To run this program the standard way type:
fst2vcd filename.fst
The VCD conversion is emitted to stdout.
AUTHORS
Anthony Bybell <bybell@rocketmail.com>
Use fst2vcd online using onworks.net services