Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmehall/rust-vcd
Read and write VCD (Value Change Dump) files in Rust
https://github.com/kevinmehall/rust-vcd
eda rust vcd
Last synced: 4 days ago
JSON representation
Read and write VCD (Value Change Dump) files in Rust
- Host: GitHub
- URL: https://github.com/kevinmehall/rust-vcd
- Owner: kevinmehall
- License: mit
- Created: 2015-04-25T19:59:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T04:21:51.000Z (10 months ago)
- Last Synced: 2024-12-23T06:08:53.043Z (11 days ago)
- Topics: eda, rust, vcd
- Language: Rust
- Size: 83 KB
- Stars: 41
- Watchers: 6
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VCD
**[Documentation](https://docs.rs/vcd)** | **[Changelog](https://github.com/kevinmehall/rust-vcd/releases)**
This crate reads and writes [VCD (Value Change Dump)][wp] files, a common format used with logic analyzers, HDL simulators, and other EDA tools. It provides streaming wrappers around the `io::Read` and `io::Write` traits to read and write VCD commands and data.
[wp]: https://en.wikipedia.org/wiki/Value_change_dump