MatchLib
Public Types | Public Member Functions | Public Attributes | List of all members
axi::axi4< Cfg >::read::chan< PortType > Class Template Reference

The AXI read channel, used for connecting an AXI master and AXI slave. More...

#include <axi4.h>

Public Types

typedef Connections::Combinational< AddrPayload, PortType > ARChan
 
typedef Connections::Combinational< ReadPayload, PortType > RChan
 

Public Member Functions

 chan (const char *name)
 

Public Attributes

ARChan ar
 
RChan r
 

Detailed Description

template<typename Cfg>
template<Connections::connections_port_t PortType = AUTO_PORT>
class axi::axi4< Cfg >::read::chan< PortType >

The AXI read channel, used for connecting an AXI master and AXI slave.

Definition at line 340 of file axi4.h.


The documentation for this class was generated from the following file: