rustdv 0.0.1

Placeholder for rustdv, a hardware verification framework in Rust — testbench components, sequences, and simulator integration — by the author of pyuvm and 'Python for RTL Verification'. In active development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # rustdv
//!
//! A hardware verification framework in Rust: testbench components,
//! sequences, scoreboards, and simulator integration for RTL design
//! verification — inspired by UVM and pyuvm, rethought for Rust's
//! ownership model.
//!
//! **This is a placeholder release reserving the crate name.** The
//! framework is in active development alongside the book *Rust for RTL
//! Verification*. Nothing here is usable yet; watch the repository for
//! the first real release.

// Intentionally empty: v0.0.1 reserves the name.