1LXT2VCD(1)                    Filetype Conversion                   LXT2VCD(1)
2
3
4

NAME

6       lxt2vcd - Coverts LXT2 files to VCD
7

SYNTAX

9       lxt2vcd [option]... [LXT2FILE]
10

DESCRIPTION

12       Converts  LXT2  files to VCD files on stdout.  Note that "regular" LXT2
13       files will convert to VCD files with monotonically increasing time val‐
14       ues.   LXT2  files which are dumped with the "partial" option (to speed
15       up access in wave viewers) will dump with monotonically increasing time
16       values  per  2k  block of nets.  This may be fixed in later versions of
17       lxt2vcd.
18
19

OPTIONS

21       -l,--lxtname <filename>
22              Specify LXT2 input filename.
23
24       -f,--flatearth
25              Emit flattened hierarchies.
26
27
28       -n,--notruncate
29              Do not shorten bitvectors.  This  disables  binary  value
30              compression  as described in the IEEE-1364 specification.
31              (i.e., all values except for '1' left propagate as a sign
32              bit on vectors which do not fill up their entire declared
33              width)
34
35       -h,--help
36              Display help then exit.
37
38

EXAMPLES

40       To run this program the standard way type:
41
42       lxt2vcd filename.lxt
43              The VCD conversion is emitted to stdout.
44

LIMITATIONS

46       lxt2vcd does not  re-create  glitches  as  these  are  coalesced
47       together  into  one  value change during the writing of the LXT2
48       file.
49

AUTHORS

51       Anthony Bybell <bybell@nc.rr.com>
52

SEE ALSO

54       vcd2lxt2(1) vcd2lxt(1) gtkwave(1)
55
56
57
58Anthony Bybell                       3.2.2                          LXT2VCD(1)
Impressum