|
CocoTB Framework · Verification Infrastructure for RTL Testing GitHub · Documentation Index · MIT License |
APB Components Index¶
This directory contains the APB (Advanced Peripheral Bus) protocol components for the CocoTBFramework. These components provide comprehensive support for APB protocol verification with masters, slaves, monitors, and testing utilities.
Overview¶
- Overview - Complete overview of the APB components directory
Core Components¶
Protocol Implementation¶
- apb_components.py - APB Monitor, Master, and Slave implementations
- apb_packet.py - APB packet and transaction classes with randomization
- apb_sequence.py - APB test sequence generation and management
Factory Functions & Utilities¶
- apb_factories.py - Factory functions for creating and configuring APB components (documentation planned)
Navigation¶
- Back to Components - Return to main components index
- Back to CocoTBFramework - Return to main framework index