Converts evcd files to vcd files
evcd2vcd [option]... [EVCDFILE]
Converts EVCD files with bidirectional port definitions to VCD files with separate in and out ports.
-f,--filename <filename>
Specify EVCD input filename.
-h,--help
Show help screen.
Note that you should specify dumpfile.vcd directly or use "-" for stdin.
evcd2vcd dumpfile.evcd
VCD is emitted to stdout.
Anthony Bybell <[email protected]>