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

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

#include <axi4.h>

Public Types

typedef Connections::Combinational< AddrPayload, PortType > AWChan
 
typedef Connections::Combinational< WritePayload, PortType > WChan
 
typedef Connections::Combinational< WRespPayload, PortType > BChan
 

Public Member Functions

 chan (const char *name)
 

Public Attributes

AWChan aw
 
WChan w
 
BChan b
 

Detailed Description

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

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

Definition at line 435 of file axi4.h.


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