1LXT2VCD(1) Filetype Conversion LXT2VCD(1)
2
3
4
6 lxt2vcd - Converts LXT2 files to VCD
7
9 lxt2vcd [option]... [LXT2FILE]
10
12 Converts LXT2 files to VCD files on stdout. If an output filename is
13 not specified, the VCD is emitted to stdout. Note that "regular" LXT2
14 files will convert to VCD files with monotonically increasing time val‐
15 ues. LXT2 files which are dumped with the "partial" option (to speed
16 up access in wave viewers) will dump with monotonically increasing time
17 values per 2k block of nets. This may be fixed in later versions of
18 lxt2vcd.
19
20
22 -l,--lxtname <filename>
23 Specify LXT2 input filename.
24
25 -o,--output <filename>
26 Specify optional VCD output filename.
27
28 -f,--flatearth
29 Emit flattened hierarchies.
30
31
32 -n,--notruncate
33 Do not shorten bitvectors. This disables binary value
34 compression as described in the IEEE-1364 specification.
35 (i.e., all values except for '1' left propagate as a sign
36 bit on vectors which do not fill up their entire declared
37 width)
38
39 -h,--help
40 Display help then exit.
41
42
44 To run this program the standard way type:
45
46 lxt2vcd filename.lxt
47 The VCD conversion is emitted to stdout.
48
50 lxt2vcd does not re-create glitches as these are coalesced
51 together into one value change during the writing of the LXT2
52 file.
53
55 Anthony Bybell <bybell@rocketmail.com>
56
58 vcd2lxt2(1) vcd2lxt(1) gtkwave(1)
59
60
61
62Anthony Bybell 3.3.39 LXT2VCD(1)