|
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.
| typedef Connections::Out<AddrPayload, PortType> axi::axi4< Cfg >::write::manager< PortType >::AWPort |
| typedef Connections::Out<WritePayload, PortType> axi::axi4< Cfg >::write::manager< PortType >::WPort |
| typedef Connections::In<WRespPayload, PortType> axi::axi4< Cfg >::write::manager< PortType >::BPort |
|
inline |
|
inline |
|
inline |
|
inline |
| AWPort axi::axi4< Cfg >::write::manager< PortType >::aw |
| WPort axi::axi4< Cfg >::write::manager< PortType >::w |
| BPort axi::axi4< Cfg >::write::manager< PortType >::b |