forked from rakeshkkrao/BAR-waveform-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
wangwb98/BAR-waveform-viewer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Python 77.6%
- HTML 16.8%
- TeX 3.6%
- JavaScript 2.0%