Skip to content

Python scripts to display VCD using a web browser based waveform viewer

Notifications You must be signed in to change notification settings

wangwb98/BAR-waveform-viewer

 
 

Repository files navigation

fsdb2vcd novas.fsdb -o output.vcd
This will generate the vcd file.


h1. Design

The goal is, collect every read/write access of core0.

* functions:
** dump_rw(), it returns the rw_list, each item in which will be (timestamp, addr, r or w). Its logic will be:
*** for each arvalid falling edge, get the araddr signals, put it into the r_list. (data should be rising edge??)
*** for each awvalid falling edge, get the awaddr signal value, and put into w_list.

About

Python scripts to display VCD using a web browser based waveform viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.6%
  • HTML 16.8%
  • TeX 3.6%
  • JavaScript 2.0%