APB UVM Agent  0.0.1
Functions
Interfaces

Functions

interface apb_if (input PCLK, input PRESETn)
 APB bus interface with very simple property checking. More...
 

Detailed Description

Function Documentation

◆ apb_if()

interface apb_if ( input  PCLK,
input  PRESETn 
)

APB bus interface with very simple property checking.

bus address

bus read data

bus write data

Slave select lines, active high. Only connect the ones that are needed.


Todo:
missing description

read/write control

slave ready

Parameters
PCLKbus clock
PRESETnbus reset, active low

Definition at line 4 of file apb_if.sv.