Documentation: https://seabeam.github.io/yuu_ahb
Both master and slave are avaliable.
Example case with 1 master and 1 slave is located in top.sv
of sim
folder.
Following is the task list under development:
- Update coverage group in collector
- Update analyzer
- Add
Abort after error
feature of master - Support register burst access
- Add AHB protocal checker
- Add more AHB4/5 feature
- Add comment
- Add document
Submodule yuu_common
and yuu_amba
has been included in pkg folder, please run:
git clone https://github.com/seabeam/yuu_ahb.git --recurse-submodules
to clone repo if you haven't done it before;
Or run below command to fulfill the submodule:
git submodule update --init --recursive