logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fst2vcd - Converts FST files to VCD

Authors

       Anthony Bybell <bybell@rocketmail.com>

Description

       Converts FST files to VCD files.  If an output filename is not specified, the VCD is emitted to stdout.

Examples

       To run this program the standard way type:

       fst2vcd filename.fst
              The VCD conversion is emitted to stdout.

Name

       fst2vcd - Converts FST files to VCD

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.

See Also

vcd2fst(1) gtkwave(1)

Anthony Bybell                                       3.3.52                                           FST2VCD(1)

Syntax

       fst2vcd [option]... [FSTFILE]

See Also