vzt2vcd(1) - Linux man page
Name
vzt2vcd - Coverts 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@nc.rr.com>
See Also
vcd2lxt2(1) vcd2lxt(1) lxt2vcd(1) gtkwave(1)