Crates.io | vcd |
lib.rs | vcd |
version | 0.7.0 |
source | src |
created_at | 2015-05-04 22:37:17.26816 |
updated_at | 2023-07-15 18:44:31.371397 |
description | Read and write VCD (Value Change Dump) files |
homepage | |
repository | https://github.com/kevinmehall/rust-vcd |
max_upload_size | |
id | 2027 |
size | 73,544 |
This crate reads and writes VCD (Value Change Dump) 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.