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