1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en"
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
7 <title>geda:gtkwave_vcd2lxt2_mp
</title>
8 <meta name=
"generator" content=
"DokuWiki Release rc2007-05-24" />
9 <meta name=
"robots" content=
"index,follow" />
10 <meta name=
"date" content=
"2007-05-24T22:27:27-0400" />
11 <meta name=
"keywords" content=
"geda,gtkwave_vcd2lxt2_mp" />
12 <link rel=
"search" type=
"application/opensearchdescription+xml" href=
"http://geda.seul.org/wiki/lib/exe/opensearch.php" title=
"geda Wiki" />
13 <link rel=
"start" href=
"http://geda.seul.org/wiki/" />
14 <link rel=
"contents" href=
"http://geda.seul.org/wiki/geda:gtkwave_vcd2lxt2_mp?do=index" title=
"Index" />
15 <link rel=
"alternate" type=
"application/rss+xml" title=
"Recent Changes" href=
"http://geda.seul.org/wiki/feed.php" />
16 <link rel=
"alternate" type=
"application/rss+xml" title=
"Current Namespace" href=
"http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
17 <link rel=
"alternate" type=
"text/html" title=
"Plain HTML" href=
"http://geda.seul.org/wiki/_export/xhtml/geda:gtkwave_vcd2lxt2_mp" />
18 <link rel=
"alternate" type=
"text/plain" title=
"Wiki Markup" href=
"http://geda.seul.org/wiki/_export/raw/geda:gtkwave_vcd2lxt2_mp" />
19 <link rel=
"stylesheet" media=
"all" type=
"text/css" href=
"lib/exe/css" />
20 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"lib/exe/001css" />
21 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"lib/exe/002css" />
24 <div class=
"dokuwiki export">
28 <h1><a name=
"converts_vcd_files_to_lxt2_files_vcd2lxt2" id=
"converts_vcd_files_to_lxt2_files_vcd2lxt2">Converts VCD files to LXT2 files (vcd2lxt2)
</a></h1>
30 <pre class=
"code">VCD2LXT2(
1) Filetype Conversion VCD2LXT2(
1)
35 vcd2lxt2 - Converts VCD files to LXT2 files
38 vcd2lxt2 [option]... [VCDFILE] [LXTFILE]
41 Converts VCD files to LXT2 files.
44 -v,--vcdname
<filename
>
45 Specify VCD input filename.
47 -l,--lxtname
<filename
>
48 Specify LXT2 output filename.
50 -d,--depth
<value
>
51 Specify
0.
.9 gzip compression depth, default is
4.
53 -m,--maxgranule
<value
>
54 Specify number of granules per section, default is
8. One gran-
55 ule is equal to
32 timsteps.
57 -b,--break
<value
>
58 Specify break size (default =
0 = off). When the break size is
59 exceeded, the LXT2 dumper will dump all state information at the
60 next convenient granule plus dictionary boundary.
62 -p,--partialmode
<mode
>
63 Specify partial zip mode
0 = monolithic,
1 = separation. Using
64 a value of
1 expands LXT2 filesize but provides fast access for
65 very large traces. Note that the default mode is neither mono-
66 lithic nor separation: partial zip is disabled.
68 -c,--checkpoint
<mode
>
69 Specify checkpoint mode.
0 is on which is default, and
1 is
70 off. This is disabled when the break size is active.
79 Note that you should specify dumpfile.vcd directly or use
"-
" for
82 vcd2lxt dumpfile.vcd dumpfile.lxt --depth
9 --break
1073741824
83 This sets the compression level to
9 and sets the break size to
86 vcd2lxt dumpfile.vcd dumpfile.lxt --depth
9 --maxgranule
256
87 Allows more granules per section which allows for greater com-
91 vcd2lxt2 does not store glitches as these are coalesced together into
92 one value change during the writing of the LXT2 file.
96 Anthony Bybell
<bybell@nc.rr.com
>
99 lxt2vcd(
1) vcd2lxt2(
1) gtkwave(
1)
103 Anthony Bybell
1.3.42 VCD2LXT2(
1)
</pre>