Skip to content

Releases: kumarrishav14/AMBA_APB

APB test bench

16 Nov 20:02

Choose a tag to compare

APB test bench is implemented using the following architecture.
APB_TB_arch

This is a master test bench architecture in which the slave is the DUT and Master is the Test bench.

DUT is a memory whose depth can be changed accordingly

To run the code:

  1. Download the zip folder and extract it in a folder.
  2. Run the run_do.sv file.
    Line 5 in run_do.sv file shows the waveform for interface signals. It needs to be changed according to the simulator
    New test cases can be added in the test.sv file