refdes_renum: warn of possible number clash with non-conforming values
[geda-gaf/whiteaudio.git] / docs / wiki / geda-gtkwave_lxt2miner_mp.html
blob4523e58d954cd62c0ccd2e6b3166435b5f1f28b7
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <title></title>
6 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
7 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
8 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 </head>
12 <body>
15 <h1 class="sectionedit1180"><a name="data_mining_of_lxt2_files_lxt2miner" id="data_mining_of_lxt2_files_lxt2miner">Data mining of LXT2 files (lxt2miner)</a></h1>
16 <div class="level1">
17 <pre class="code">LXT2MINER(1) Dumpfile Data Mining LXT2MINER(1)
21 NAME
22 lxt2miner - Data mining of LXT2 files
24 SYNTAX
25 lxt2miner [option]... [LXT2FILE]
27 DESCRIPTION
28 Mines LXT2 files for specific data values and generates gtkwave save
29 files to stdout for future reload.
31 OPTIONS
32 -d,--dumpfile &lt;filename&gt;
33 Specify LXT2 input dumpfile.
35 -m,--match &lt;filename&gt;
36 Specifies &quot;bitwise&quot; match data (binary, real, string)
38 -x,--hex &lt;value&gt;
39 Specifies hexadecimal match data that will automatically be con-
40 verted to binary for searches
42 -n,--namesonly
43 Indicates that only facnames should be printed in a gtkwave
44 savefile compatible format. By doing this, the file can be used
45 to specify which traces are to be imported into gtkwave.
47 -h,--help
48 Show help screen.
50 EXAMPLES
51 lxt2miner dumpfile.lxt2 --match 20470000 -n
53 This attempts to match the hex value 20470000 across all facilities and
54 when the value is encountered, the facname only is printed to stdout in
55 order to generate a gtkwave compatible save file.
57 LIMITATIONS
58 lxt2miner only prints the first time a value is encountered for a spe-
59 cific net. This is done in order to cut down on the size of output
60 files and to aid in following data such as addresses through a simula-
61 tion model.
64 AUTHORS
65 Anthony Bybell &lt;bybell@nc.rr.com&gt;
67 SEE ALSO
68 vztminer(1) vzt2vcd(1) lxt2vcd(1) vcd2lxt2(1) gtkwave(1)
72 Anthony Bybell 1.3.64 LXT2MINER(1)</pre>
74 </div>
75 </body>
76 </html>