Sophie

Sophie

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

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_vcd2lxt_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_vcd2lxt_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_vcd2lxt_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_vcd2lxt_mp" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:gtkwave_vcd2lxt_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_interlaced_or_linear_lxt_files_vcd2lxt" id="converts_vcd_files_to_interlaced_or_linear_lxt_files_vcd2lxt">Converts VCD files to interlaced or linear LXT files (vcd2lxt)</a></h1>
<div class="level1">
<pre class="code">VCD2LXT(1)		      Filetype Conversion		    VCD2LXT(1)



NAME
       vcd2lxt - Converts VCD files to interlaced or linear LXT files

SYNTAX
       vcd2lxt [VCDFILE] [LXTFILE] [option]...

DESCRIPTION
       Converts	 VCD  files  to interlaced or linear LXT files.	 Noncompressed
       interlaced files will provide the fastest  access,  linear  files  will
       provide the slowest yet have the greatest compression ratios.

OPTIONS
       -stats Prints  out  statistics  on  all nets in VCD file in addition to
	      performing the conversion.

       -clockpack
	      Apply two-way subtraction algorithm in order  to	identify  nets
	      whose   value   changes	by  a  constant	 XOR  or  whose	 value
	      increases/decreases by a constant amount per  constant  unit  of
	      time.   This  option  can	 reduce	 dumpfile size dramatically as
	      value changes can be represented	by  an	equation  rather  than
	      explicitly as a triple of time, net, and value.

       -chgpack
	      Emit data to file after being filtered through zlib (gzip).

       -linear
	      Write  out  LXT  in &quot;linear&quot; format with no backpointers.	 These
	      are re-generated during initialization  in  gtkwave.   Addition-
	      ally, use libbz2 (bzip2) as the compression filter.

       -dictpack &lt;size&gt;
	      Store  value  changes  greater  than or equal to size bits as an
	      index into a dictionary.	Experimentation shows that a value  of
	      18 is optimal for most cases.

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

       vcd2lxt dumpfile.vcd dumpfile.lxt -clockpack -chgpack -dictpack 18
	      This turns on clock packing, zlib compression, and  enables  the
	      dictionary  encoding.   Note  that using no options writes out a
	      normal LXT file.

       vcd2lxt dumpfile.vcd dumpfile.lxt -clockpack -linear -dictpack 18
	      Uses linear mode for even smaller files.

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

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



Anthony Bybell			    1.3.34			    VCD2LXT(1)</pre>

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