VZTMINER(1) Dumpfile Data Mining VZTMINER(1)

vztminer - Data mining of VZT files

vztminer [option]... [VZTFILE]

Mines VZT files for specific data values and generates gtkwave save files to stdout for future reload.

Specify VZT input dumpfile.
Specifies "bitwise" match data (binary, real, string)
Specifies hexadecimal match data that will automatically be converted to binary for searches
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.
Indicates that results are not to stop after the first match. This can be used to extract all the matching values in the trace.
Show help screen.

vztminer dumpfile.vzt --hex 20470000 -n

vztminer 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. Note also that the reader algorithm attempts to reconstruct bitblasted nets back into their original vectors but this is not always successful, specifically in the case where the individual bitstrands are dumped in non-sequential order.

Anthony Bybell <bybell@rocketmail.com>

lxt2miner(1) vzt2vcd(1) lxt2vcd(1) vcd2lxt2(1) gtkwave(1)

3.2.1 Anthony Bybell