rustdv-methodology 0.2.0

The verification methodology layer: component lifecycle and phases, ConfigDb, factory, objections, channels, analysis broadcast, TLM FIFOs, and the sequencer handshake (design-doc §5).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustdv-methodology"
version = "0.2.0"
edition = "2021"
description = "The verification methodology layer: component lifecycle and phases, ConfigDb, factory, objections, channels, analysis broadcast, TLM FIFOs, and the sequencer handshake (design-doc §5)."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustdv/rustdv"

[lib]
# Crate root named after the crate, not lib.rs (D29).
path = "src/rustdv_methodology.rs"

[dependencies]
rustdv-sim = { path = "../rustdv-sim", version = "0.2.0" }

[dev-dependencies]
rustdv-vpi-stubs = { path = "../rustdv-vpi-stubs", version = "0.2.0" }