Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming VCD parser #43

Open
drom opened this issue Mar 23, 2020 · 0 comments
Open

Streaming VCD parser #43

drom opened this issue Mar 23, 2020 · 0 comments

Comments

@drom
Copy link

drom commented Mar 23, 2020

馃毀 Work In Progress 馃毀

Brief explanation

VCD is a standard dump format for any RTL simulator to produce. Streaming VCD parser enables many use cases: viewers, profilers, checkers.

Detailed Explanation

VCD parser project page: https://github.com/wavedrom/vcd
VCD grammar expressed in JavaScript https://github.com/wavedrom/vcd/blob/master/bin/build.js
Converted to C / LLVM bitcode using: https://github.com/nodejs/llparse
VCD parser can be natively used in C or have other bindings.
Node.js bindings using NAPI https://github.com/wavedrom/vcd/blob/master/lib/parser.js

Open issues: https://github.com/wavedrom/vcd/issues

Further reading

馃毀 Work In Progress 馃毀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant