MatchLib
|
The AXI write channel, used for connecting an AXI manager and AXI subordinate. 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 |
The AXI write channel, used for connecting an AXI manager and AXI subordinate.