[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]
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" }