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_vcd2vzt_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_vcd2vzt_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_vcd2vzt_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_vcd2vzt_mp" />
18 <link rel=
"alternate" type=
"text/plain" title=
"Wiki Markup" href=
"http://geda.seul.org/wiki/_export/raw/geda:gtkwave_vcd2vzt_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_vzt_files_vcd2vzt" id=
"converts_vcd_files_to_vzt_files_vcd2vzt">Converts VCD files to VZT files (vcd2vzt)
</a></h1>
30 <pre class=
"code">VCD2VZT(
1) Filetype Conversion VCD2VZT(
1)
35 vcd2vzt - Converts VCD files to VZT files
38 vcd2vzt [option]... [VCDFILE] [VZTFILE]
41 Converts VCD files to VZT files.
44 -v,--vcdname
<filename
>
45 Specify VCD input filename.
47 -l,--vztname
<filename
>
48 Specify VZT 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 timesteps.
57 -b,--break
<value
>
58 Specify break size (default =
0 = off). When the break size is
59 exceeded, the VZT dumper will dump all state information at the
60 next convenient granule plus dictionary boundary.
62 -z,--ziptype
<value
>
63 Specify zip type (default =
0 gzip,
1 = bzip2). This allows you
64 to override the default compression algorithm to use a more
65 effective one at the expense of greater runtime. Note that
66 bzip2 does not decompress as fast as gzip so the viewer will be
67 about two times slower when decompressing blocks.
70 Forces MVL2 twostate mode (default is MVL4). When enabled, the
71 trace will only store
0/
1 values for binary facilities. This is
72 useful for functional simulation and will speed up dumping as
73 well as make traces somewhat smaller.
76 Uses an bitwise RLE compression on the value table. Default is
77 off. When enabled, this causes the trace data table to be
78 stored using an alternate representation which can improve com-
79 pression in many cases.
88 Note that you should specify dumpfile.vcd directly or use
"-
" for
91 vcd2vzt dumpfile.vcd dumpfile.lxt --depth
9 --break
1073741824
92 This sets the compression level to
9 and sets the break size to
95 vcd2vzt dumpfile.vcd dumpfile.lxt --depth
9 --maxgranule
512
96 Allows more granules per section which allows for greater com-
97 pression at the expense of memory usage.
100 vcd2vzt does not store glitches as these are coalesced together into
101 one value change during the writing of the VZT file.
105 Anthony Bybell
<bybell@nc.rr.com
>
108 vzt2vcd(
1) lxt2vcd(
1) vcd2lxt2(
1) gtkwave(
1)
112 Anthony Bybell
1.3.48 VCD2VZT(
1)
</pre>