seabeam / yuu_ahb

UVM AHB VIP
MIT License
76 stars 19 forks source link

YUU UVM AHB Lite VIP

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:

Note

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