Expand description
Typed DUT handles with scheduled-write semantics and edge methods —
the user-facing layer over rustdv-gpi (design-doc mapping rows 14,
19–22). set() is buffered and applied at the next ReadWrite phase;
set_now() is the immediate variant.
Structs§
- Hierarchy
Handle - A module/scope handle:
dut.child("name")?(OQ-6 dynamic-first lean). - Logic
Array - A fixed-width vector of 4-state bits, MSB first (binstr order).
- Logic
Handle - A value-bearing signal. Explicit
get()/set()(mapping row 20 — cocotb 2.x itself moved off the.valueproperty).
Enums§
- AnyHandle
- Handle
Error - Logic
- One 4-state bit.
- Value
Error
Functions§
- top_
module - The first top-level module (the DUT in single-top designs).