|
CocoTB Framework · Verification Infrastructure for RTL Testing GitHub · Documentation Index · MIT License |
Misc Components Index¶
Everything that doesn't belong to a protocol family lands here. At the moment that's the arbiter monitor — arbitration lives inside buses, schedulers, and DMA engines rather than on a standalone interface, so it gets its own corner of the tree.
Note: These modules live under
src/CocoTBFramework/components/shared/(e.g.arbiter_monitor.py); there is no separatemiscpackage in the source tree.
Overview¶
- Overview - What lives here and how these components are meant to be used
Components¶
Monitoring Components¶
- arbiter_monitor.py - Arbiter monitor for round-robin and weighted round-robin designs, with fairness scoring and pattern analysis
Navigation¶
- Back to Components - Return to main components index
- Back to CocoTBFramework - Return to framework root