maksyuki / vscode-wave-viewer-1

this is the vscode extension for verilog waredorm view based on ts/js and d3.js.
GNU General Public License v3.0
2 stars 0 forks source link

How to convert the *.vcd files to *.json files? #1

Open zhpengfei opened 3 years ago

zhpengfei commented 3 years ago

How to convert the .vcd files to .json files?

maksyuki commented 3 years ago

I use a python scripts to convert vcd to the json file. Because json format waveform data can occupy lots of memory, so I stop develop this repo.

zhpengfei commented 3 years ago

I use a python scripts to convert vcd to the json file. Because json format waveform data can occupy lots of memory, so I stop develop this repo.

Could you tell me ,where i can find the tython scripts? I need the python script, thanks.

maksyuki commented 3 years ago

I try my best to find the convert script for you. By honest, this convert work is not complex. You can read the vcd format and achieve a convert parser in just few hours. Maybe you can refer to this repo vcd_parser.

zhpengfei commented 3 years ago

Okay , thank you very much!