Downloaded and integrated latest wiki documentation from the geda website.
[geda-gaf/peter-b.git] / docs / wiki / geda_gtkwave_vztminer_mp.html
blob1388a7a8aa687f515073314afc22286198aa1cd7
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"
4 lang="en" dir="ltr">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>geda:gtkwave_vztminer_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_vztminer_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_vztminer_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_vztminer_mp" />
18 <link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:gtkwave_vztminer_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" />
22 </head>
23 <body>
24 <div class="dokuwiki export">
28 <h1><a name="data_mining_of_vzt_files_vztminer" id="data_mining_of_vzt_files_vztminer">Data mining of VZT files (vztminer)</a></h1>
29 <div class="level1">
30 <pre class="code">VZTMINER(1) Dumpfile Data Mining VZTMINER(1)
34 NAME
35 vztminer - Data mining of VZT files
37 SYNTAX
38 vztminer [option]... [VZTFILE]
40 DESCRIPTION
41 Mines VZT files for specific data values and generates gtkwave save
42 files to stdout for future reload.
44 OPTIONS
45 -d,--dumpfile &lt;filename&gt;
46 Specify VZT input dumpfile.
48 -m,--match &lt;filename&gt;
49 Specifies &quot;bitwise&quot; match data (binary, real, string)
51 -x,--hex &lt;value&gt;
52 Specifies hexadecimal match data that will automatically be con-
53 verted to binary for searches
55 -n,--namesonly
56 Indicates that only facnames should be printed in a gtkwave
57 savefile compatible format. By doing this, the file can be used
58 to specify which traces are to be imported into gtkwave.
60 -h,--help
61 Show help screen.
63 EXAMPLES
64 vztminer dumpfile.vzt --match 20470000 -n
66 This attempts to match the hex value 20470000 across all facilities and
67 when the value is encountered, the facname only is printed to stdout in
68 order to generate a gtkwave compatible save file.
70 LIMITATIONS
71 vztminer only prints the first time a value is encountered for a spe-
72 cific net. This is done in order to cut down on the size of output
73 files and to aid in following data such as addresses through a simula-
74 tion model.
77 AUTHORS
78 Anthony Bybell &lt;bybell@nc.rr.com&gt;
80 SEE ALSO
81 lxt2miner(1) vzt2vcd(1) lxt2vcd(1) vcd2lxt2(1) gtkwave(1)
85 Anthony Bybell 1.3.64 VZTMINER(1)</pre>
87 </div>
88 </div>
89 </body>
90 </html>