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_lxt2miner_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:25-0400" />
11 <meta name=
"keywords" content=
"geda,gtkwave_lxt2miner_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_lxt2miner_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_lxt2miner_mp" />
18 <link rel=
"alternate" type=
"text/plain" title=
"Wiki Markup" href=
"http://geda.seul.org/wiki/_export/raw/geda:gtkwave_lxt2miner_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=
"data_mining_of_lxt2_files_lxt2miner" id=
"data_mining_of_lxt2_files_lxt2miner">Data mining of LXT2 files (lxt2miner)
</a></h1>
30 <pre class=
"code">LXT2MINER(
1) Dumpfile Data Mining LXT2MINER(
1)
35 lxt2miner - Data mining of LXT2 files
38 lxt2miner [option]... [LXT2FILE]
41 Mines LXT2 files for specific data values and generates gtkwave save
42 files to stdout for future reload.
45 -d,--dumpfile
<filename
>
46 Specify LXT2 input dumpfile.
48 -m,--match
<filename
>
49 Specifies
"bitwise
" match data (binary, real, string)
51 -x,--hex
<value
>
52 Specifies hexadecimal match data that will automatically be con-
53 verted to binary for searches
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.
64 lxt2miner dumpfile.lxt2 --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.
71 lxt2miner 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-
78 Anthony Bybell
<bybell@nc.rr.com
>
81 vztminer(
1) vzt2vcd(
1) lxt2vcd(
1) vcd2lxt2(
1) gtkwave(
1)
85 Anthony Bybell
1.3.64 LXT2MINER(
1)