-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert Vcd to json file #14
Comments
Hello, https://github.com/Nic30/pyDigitalWaveTools/blob/master/tests/vcdParser_test.py#L42 Try if it works for you, I can eventually prepare some examples if required, currently I do not remember if the json format is exactly same but the differences should be minimal if there are any. |
Thank you for responding. Is there any possibility if you can add option to accept VCD files and convert them to Json and then show waveform instead of directly accepting json file format? |
I can not utilize directly pyDigitalWaveTools because it is a Python. But there are several vcd parsers in JS, eg. https://github.com/wavedrom/vcd https://github.com/ahmed-agiza/vcd-parser and many others. Do you think you can look at the existing libraries and try them a little bit and find out which one is the best? |
Sure I will check some libraries and then let you know |
waveFile.txt |
Implementation currently resides in https://github.com/Nic30/vscode-extension-digitalcircuitanalysis/blob/main/src/media/vcdParser.ts I will move it to this or independent soon. |
Hi, can you please elaborate or provide any solution that how you converted VCD file to json file format? Means if i have a VCD format file how will i convert it according to your JSON format? Thanks
The text was updated successfully, but these errors were encountered: