You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While GTKWave has no issue with loading litescope's VCD dumps I found several VCD viewer extensions for VScode don't like the files. Most notably the very promising Surfer viewer (as vscode extension as well as standalone).
I found two issues with the scope declaration:
the scope start tag seems to require a type qualifier like "module"
While GTKWave has no issue with loading litescope's VCD dumps I found several VCD viewer extensions for VScode don't like the files. Most notably the very promising Surfer viewer (as vscode extension as well as standalone).
I found two issues with the scope declaration:
litescope/litescope/software/dump/vcd.py
Line 92 in eb745d7
litescope/litescope/software/dump/vcd.py
Line 101 in eb745d7
VCD format is detailed in this leaked IEEE standard, chapter 18:
https://www.eg.bucknell.edu/~csci320/2016-fall/wp-content/uploads/2015/08/verilog-std-1364-2005.pdf
I am more than happy to submit a pull-request, but maybe there are other reasons for the current format?
@jevinskie worked on this before
The text was updated successfully, but these errors were encountered: