MatchLib
|
The AXI write manager port. This port has AW and W request channels as outputs and a B response channel as input. More...
#include <axi4.h>
Public Types | |
typedef Connections::Out< AddrPayload, PortType > | AWPort |
typedef Connections::Out< WritePayload, PortType > | WPort |
typedef Connections::In< WRespPayload, PortType > | BPort |
Public Member Functions | |
manager (const char *name) | |
void | reset () |
WRespPayload | write (const AddrPayload &addr, const WritePayload &data) |
template<class C > | |
void | operator() (C &c) |
Public Attributes | |
AWPort | aw |
WPort | w |
BPort | b |
The AXI write manager port. This port has AW and W request channels as outputs and a B response channel as input.