ToruNiina / rust-vcd

Read and write VCD (Value Change Dump) files in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VCD

Documentation | Changelog

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.

About

Read and write VCD (Value Change Dump) files in Rust

License:MIT License


Languages

Language:Rust 100.0%