1VZT2VCD(1) Filetype Conversion VZT2VCD(1)
2
3
4
6 vzt2vcd - Converts VZT files to VCD
7
9 vzt2vcd [option]... [VZTFILE]
10
12 Converts VZT files to VCD files. If an output filename is not speci‐
13 fied, the VCD is emitted to stdout.
14
15
17 -v,--vztname <filename>
18 Specify VZT input filename.
19
20 -o,--output <filename>
21 Specify optional VCD output filename.
22
23 -f,--flatearth
24 Emit flattened hierarchies.
25
26 -c,--coalesce
27 Coalesce bitblasted vectors.
28
29 -n,--notruncate
30 Do not shorten bitvectors. This disables binary value compres‐
31 sion as described in the IEEE-1364 specification. (i.e., all
32 values except for '1' left propagate as a sign bit on vectors
33 which do not fill up their entire declared width)
34
35 -h,--help
36 Display help then exit.
37
38
40 To run this program the standard way type:
41
42 vzt2vcd filename.vzt
43 The VCD conversion is emitted to stdout.
44
46 vzt2vcd does not re-create glitches as these are coalesced together
47 into one value change during the writing of the VZT file.
48
50 Anthony Bybell <bybell@rocketmail.com>
51
53 vcd2lxt2(1) vcd2lxt(1) lxt2vcd(1) gtkwave(1)
54
55
56
57Anthony Bybell 3.3.39 VZT2VCD(1)