Description
On-chip bus is the communication backbone in SoCs. Data and control messages are passed through on-chip bus to all computational units and peripheral devices connected on the bus. This lab demonstrates on-chip bus using a simple AHB system as an example. This single- master AHB system is similar to the AHB system which resides on Logic Module. You will learn the followings in this lab:
- Understand how a simple AHB system works.
- Be able to add a new AHB slave to an AHB system.
- Know the check list to check bus protocol compliance