Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 917b12189aa1c35ab526605d1d1ac12b > files > 233

geda-docs-1.4.3-1mdv2010.0.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
 lang="en" dir="ltr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>geda:gtkwave_vcd2vzt_mp</title>
<meta name="generator" content="DokuWiki Release rc2007-05-24" />
<meta name="robots" content="index,follow" />
<meta name="date" content="2007-05-24T22:27:27-0400" />
<meta name="keywords" content="geda,gtkwave_vcd2vzt_mp" />
<link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
<link rel="start" href="http://geda.seul.org/wiki/" />
<link rel="contents" href="http://geda.seul.org/wiki/geda:gtkwave_vcd2vzt_mp?do=index" title="Index" />
<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
<link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:gtkwave_vcd2vzt_mp" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:gtkwave_vcd2vzt_mp" />
<link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
<link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
<link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
</head>
<body>
<div class="dokuwiki export">



<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>
<div class="level1">
<pre class="code">VCD2VZT(1)		      Filetype Conversion		    VCD2VZT(1)



NAME
       vcd2vzt - Converts VCD files to VZT files

SYNTAX
       vcd2vzt [option]... [VCDFILE] [VZTFILE]

DESCRIPTION
       Converts VCD files to VZT files.

OPTIONS
       -v,--vcdname &lt;filename&gt;
	      Specify VCD input filename.

       -l,--vztname &lt;filename&gt;
	      Specify VZT output filename.

       -d,--depth &lt;value&gt;
	      Specify 0..9 gzip compression depth, default is 4.

       -m,--maxgranule &lt;value&gt;
	      Specify number of granules per section, default is 8.  One gran-
	      ule is equal to 32 timesteps.

       -b,--break &lt;value&gt;
	      Specify break size (default = 0 = off).  When the break size  is
	      exceeded,	 the VZT dumper will dump all state information at the
	      next convenient granule plus dictionary boundary.

       -z,--ziptype &lt;value&gt;
	      Specify zip type (default = 0 gzip, 1 = bzip2).  This allows you
	      to  override  the	 default  compression  algorithm to use a more
	      effective one at the expense  of	greater	 runtime.   Note  that
	      bzip2  does not decompress as fast as gzip so the viewer will be
	      about two times slower when decompressing blocks.

       -t,--twostate
	      Forces MVL2 twostate mode (default is MVL4).  When enabled,  the
	      trace will only store 0/1 values for binary facilities.  This is
	      useful for functional simulation and will speed  up  dumping  as
	      well as make traces somewhat smaller.

       -r, --rle
	      Uses  an bitwise RLE compression on the value table.  Default is
	      off.  When enabled, this causes  the  trace  data	 table	to  be
	      stored  using an alternate representation which can improve com-
	      pression in many cases.

       -h,--help
	      Show help screen.



       EXAMPLES

       Note that you should specify  dumpfile.vcd  directly  or	 use  &quot;-&quot;  for
       stdin.

       vcd2vzt dumpfile.vcd dumpfile.lxt --depth 9 --break 1073741824
	      This  sets the compression level to 9 and sets the break size to
	      1GB.

       vcd2vzt dumpfile.vcd dumpfile.lxt --depth 9 --maxgranule 512
	      Allows more granules per section which allows for	 greater  com-
	      pression at the expense of memory usage.

LIMITATIONS
       vcd2vzt	does  not  store glitches as these are coalesced together into
       one value change during the writing of the VZT file.


AUTHORS
       Anthony Bybell &lt;bybell@nc.rr.com&gt;

SEE ALSO
       vzt2vcd(1) lxt2vcd(1) vcd2lxt2(1) gtkwave(1)



Anthony Bybell			    1.3.48			    VCD2VZT(1)</pre>

</div>
</div>
</body>
</html>