MatchLib
All Classes Namespaces Files Functions Modules Pages
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 manager and AXI subordinate. 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 manager and AXI subordinate.

Definition at line 253 of file axi4.h.

Member Typedef Documentation

◆ ARChan

template<typename Cfg >
template<Connections::connections_port_t PortType = AUTO_PORT>
typedef Connections::Combinational<AddrPayload, PortType> axi::axi4< Cfg >::read::chan< PortType >::ARChan

Definition at line 255 of file axi4.h.

◆ RChan

template<typename Cfg >
template<Connections::connections_port_t PortType = AUTO_PORT>
typedef Connections::Combinational<ReadPayload, PortType> axi::axi4< Cfg >::read::chan< PortType >::RChan

Definition at line 256 of file axi4.h.

Constructor & Destructor Documentation

◆ chan()

template<typename Cfg >
template<Connections::connections_port_t PortType = AUTO_PORT>
axi::axi4< Cfg >::read::chan< PortType >::chan ( const char *  name)
inline

Definition at line 261 of file axi4.h.

Member Data Documentation

◆ ar

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

Definition at line 258 of file axi4.h.

◆ r

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

Definition at line 259 of file axi4.h.


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