All Projects → kevinmehall → rust-vcd

kevinmehall / rust-vcd

Licence: MIT license
Read and write VCD (Value Change Dump) files in Rust

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to rust-vcd

data-viz-utils
Functions for easily making publication-quality figures with matplotlib.
Stars: ✭ 16 (-30.43%)
Mutual labels:  eda
wal
WAL enables programmable waveform analysis.
Stars: ✭ 36 (+56.52%)
Mutual labels:  eda
leila
Librería para la evaluación de calidad de datos, e interacción con el portal de datos.gov.co
Stars: ✭ 56 (+143.48%)
Mutual labels:  eda
spydrnet
A flexible framework for analyzing and transforming FPGA netlists. Official repository.
Stars: ✭ 49 (+113.04%)
Mutual labels:  eda
descriptr
Generate descriptive statistics
Stars: ✭ 34 (+47.83%)
Mutual labels:  eda
vcdvcd
Python Verilog value change dump (VCD) parser library + the nifty vcdcat VCD command line pretty printer.
Stars: ✭ 34 (+47.83%)
Mutual labels:  vcd
DigitalComm.jl
Julia module for digital communication tools.
Stars: ✭ 25 (+8.7%)
Mutual labels:  eda
Pinion
Generate interactive and nice-looking diagrams for your PCBs!
Stars: ✭ 264 (+1047.83%)
Mutual labels:  eda
gdstk
Gdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation of GDSII and OASIS files.
Stars: ✭ 171 (+643.48%)
Mutual labels:  eda
yavhdl
Yet Another VHDL tool
Stars: ✭ 29 (+26.09%)
Mutual labels:  eda
Sparkora
Powerful rapid automatic EDA and feature engineering library with a very easy to use API 🌟
Stars: ✭ 51 (+121.74%)
Mutual labels:  eda
eventcatalog
Discover, Explore and Document your Event Driven Architectures powered by Markdown.
Stars: ✭ 392 (+1604.35%)
Mutual labels:  eda
50-days-of-Statistics-for-Data-Science
This repository consist of a 50-day program. All the statistics required for the complete understanding of data science will be uploaded in this repository.
Stars: ✭ 19 (-17.39%)
Mutual labels:  eda
kicad-jlcpcb-tools
Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
Stars: ✭ 537 (+2234.78%)
Mutual labels:  eda
PeakRDL-ipxact
Import and export IP-XACT XML register models
Stars: ✭ 21 (-8.7%)
Mutual labels:  eda
OpenROAD-flow-scripts
OpenROAD's scripts implementing an RTL-to-GDS Flow. Documentation at https://openroad-flow-scripts.readthedocs.io/en/latest/
Stars: ✭ 124 (+439.13%)
Mutual labels:  eda
pykicad
Library for working with KiCAD file formats
Stars: ✭ 46 (+100%)
Mutual labels:  eda
copper
An open source PCB editor in rust
Stars: ✭ 26 (+13.04%)
Mutual labels:  eda
ice-chips-verilog
IceChips is a library of all common discrete logic devices in Verilog
Stars: ✭ 78 (+239.13%)
Mutual labels:  eda
Simulacra
Simple and Ideal Circuit Simulation
Stars: ✭ 12 (-47.83%)
Mutual labels:  eda

VCD

Documentation | Changelog

Build Status

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].