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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement VCD waveform file dump #8

Open
mortbopet opened this issue Feb 27, 2019 · 0 comments
Open

Implement VCD waveform file dump #8

mortbopet opened this issue Feb 27, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mortbopet
Copy link
Owner

VCD waveforms are a common tool for analyzing simulations of digital circuits.

The implementation should be on a vsrtl::widget level, wherein it should connect to the Gallant::Signal members available in components and ports. These signals are emitted when ports and components change value - exactly what is required for the VCD file format.

Writing a VCD writer should be (fairly) simple - however, the file format should be used to its advantage, wherein all signals and components are nested within their respective parents, as the file format allows.

Resources:
https://en.wikipedia.org/wiki/Value_change_dump
https://github.com/wohali/vcd_parsealyze

#7 should be resolved before this.

@mortbopet mortbopet added the enhancement New feature or request label Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant