1FST2VCD(1) Filetype Conversion FST2VCD(1)
2
3
4
6 fst2vcd - Converts FST files to VCD
7
9 fst2vcd [option]... [FSTFILE]
10
12 Converts FST files to VCD files. If an output filename is not speciā
13 fied, the VCD is emitted to stdout.
14
15
17 -f,--fstname <filename>
18 Specify FST input filename.
19
20 -o,--output <filename>
21 Specify optional VCD output filename.
22
23 -e,--extensions
24 Emit FST extensions to VCD. Enabling this may create VCD files
25 unreadable by other tools. This is generally intended to be
26 used as a debugging tool when developing FST writer interfaces
27 to simulators.
28
29 -h,--help
30 Display help then exit.
31
32
34 To run this program the standard way type:
35
36 fst2vcd filename.fst
37 The VCD conversion is emitted to stdout.
38
40 Anthony Bybell <bybell@rocketmail.com>
41
43 vcd2fst(1) gtkwave(1)
44
45
46
47Anthony Bybell 3.3.52 FST2VCD(1)