Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lxt2miner(1) [debian man page]

LXT2MINER(1)						       Dumpfile Data Mining						      LXT2MINER(1)

NAME
lxt2miner - Data mining of LXT2 files SYNTAX
lxt2miner [option]... [LXT2FILE] DESCRIPTION
Mines LXT2 files for specific data values and generates gtkwave save files to stdout for future reload. OPTIONS
-d,--dumpfile <filename> Specify LXT2 input dumpfile. -m,--match <value> Specifies "bitwise" match data (binary, real, string) -x,--hex <value> Specifies hexadecimal match data that will automatically be converted to binary for searches -n,--namesonly Indicates that only facnames should be printed in a gtkwave savefile compatible format. By doing this, the file can be used to specify which traces are to be imported into gtkwave. -c,--comprehensive Indicates that results are not to stop after the first match. This can be used to extract all the matching values in the trace. -h,--help Show help screen. EXAMPLES
lxt2miner dumpfile.lxt2 --hex 20470000 -n This attempts to match the hex value 20470000 across all facilities and when the value is encountered, the facname only is printed to std- out in order to generate a gtkwave compatible save file. LIMITATIONS
lxt2miner only prints the first time a value is encountered for a specific net. This is done in order to cut down on the size of output files and to aid in following data such as addresses through a simulation model. AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
vztminer(1) vzt2vcd(1) lxt2vcd(1) vcd2lxt2(1) gtkwave(1) Anthony Bybell 3.2.1 LXT2MINER(1)

Check Out this Related Man Page

SHMIDCAT(1)						     Shared Memory Trampoline						       SHMIDCAT(1)

NAME
shmidcat - Copies stdin/file to a shared memory block for gtkwave(1) SYNTAX
shmidcat [VCDFILE] DESCRIPTION
Copies either the file specified at the command line or stdin (if no file specified) line by line to a shared memory block. stdout will contain a shared memory ID which should be passed on to gtkwave(1). EXAMPLES
To run this program the standard way type: cat whatever.vcd | shmidcat The shared memory ID is emitted to stdout. shmidcat whatever.vcd | gtkwave -v -I whatever.sav GTKWave directly grabs the ID from stdin. LIMITATIONS
This program is mainly for illustrative and testing purposes only. Its primary use is for people who wish to write interactive VCD dumpers for gtkwave(1) as its source code may be examined, particularly the emit_string() function. It can also be used to test if an existing VCD file will load properly in interactive mode. Note that it can also be used to redirect VCD files which are written into a pipe to gtk- wave(1) in a non-blocking fashion. AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
gtkwave(1) Anthony Bybell 3.0.8 SHMIDCAT(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Binary and hex in unix

not much familiar with binary and hex calculation in script programming.... explaination: binary format control the parameter turned on or off in the program stored in hex mode, the question is: how to change 39e to 19e using the binary calculation(although i don't know the command for... (2 Replies)
Discussion started by: trynew
2 Replies