8000 GitHub - stepdc/vcd2wavedrom: Python script to transform a VCD file to wavedrom format
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stepdc/vcd2wavedrom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcd2wavedrom

Python script to transform a VCD file to wavedrom format

usage: vcd2wavedrom.py [-h] --input [INPUT] [--format html] [--output [OUTPUT]] [--exclude [excludelist.txt]] 

Transform VCD to wavedrom

optional arguments:
  -h, --help           show this help message and exit
  --config CONFIGFILE
  --input [INPUT]
  --output [OUTPUT]
  --exclude [excludelist variables in VCD]

Example

vcd2wavedrom.py --input tb_sw_decode.vcd --format html --out tb_sw_decode.html --exclude exclude.txt

About

Python script to transform a VCD file to wavedrom format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Makefile 0.5%
0