Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vzt2vcd(1) [debian man page]

VZT2VCD(1)							Filetype Conversion							VZT2VCD(1)

NAME
vzt2vcd - Converts VZT files to VCD SYNTAX
vzt2vcd [option]... [VZTFILE] DESCRIPTION
Converts VZT files to VCD files on stdout. OPTIONS
-v,--vztname <filename> Specify VZT input filename. -f,--flatearth Emit flattened hierarchies. -c,--coalesce Coalesce bitblasted vectors. -n,--notruncate Do not shorten bitvectors. This disables binary value compression as described in the IEEE-1364 specification. (i.e., all values except for '1' left propagate as a sign bit on vectors which do not fill up their entire declared width) -h,--help Display help then exit. EXAMPLES
To run this program the standard way type: vzt2vcd filename.vzt The VCD conversion is emitted to stdout. LIMITATIONS
vzt2vcd does not re-create glitches as these are coalesced together into one value change during the writing of the VZT file. AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
vcd2lxt2(1) vcd2lxt(1) lxt2vcd(1) gtkwave(1) Anthony Bybell 3.2.2 VZT2VCD(1)

Check Out this Related Man Page

VCD2LXT2(1)							Filetype Conversion						       VCD2LXT2(1)

NAME
vcd2lxt2 - Converts VCD files to LXT2 files SYNTAX
vcd2lxt2 [option]... [VCDFILE] [LXTFILE] DESCRIPTION
Converts VCD files to LXT2 files. OPTIONS
-v,--vcdname <filename> Specify VCD input filename. -l,--lxtname <filename> Specify LXT2 output filename. -d,--depth <value> Specify 0..9 gzip compression depth, default is 4. -m,--maxgranule <value> Specify number of granules per section, default is 8. One granule is equal to 32 timsteps. -b,--break <value> Specify break size (default = 0 = off). When the break size is exceeded, the LXT2 dumper will dump all state information at the next convenient granule plus dictionary boundary. -p,--partialmode <mode> Specify partial zip mode 0 = monolithic, 1 = separation. Using a value of 1 expands LXT2 filesize but provides fast access for very large traces. Note that the default mode is neither monolithic nor separation: partial zip is disabled. -c,--checkpoint <mode> Specify checkpoint mode. 0 is on which is default, and 1 is off. This is disabled when the break size is active. -h,--help Show help screen. EXAMPLES Note that you should specify dumpfile.vcd directly or use "-" for stdin. vcd2lxt dumpfile.vcd dumpfile.lxt --depth 9 --break 1073741824 This sets the compression level to 9 and sets the break size to 1GB. vcd2lxt dumpfile.vcd dumpfile.lxt --depth 9 --maxgranule 256 Allows more granules per section which allows for greater compression. LIMITATIONS
vcd2lxt2 does not store glitches as these are coalesced together into one value change during the writing of the LXT2 file. AUTHORS
Anthony Bybell <bybell@rocketmail.com> SEE ALSO
lxt2vcd(1) vcd2lxt2(1) gtkwave(1) Anthony Bybell 1.3.42 VCD2LXT2(1)
Man Page