|
MatchLib
|
The AXI read manager port. This port has an AR request channel as output and an R response channel as input. More...
#include <axi4.h>
Public Types | |
| typedef Connections::Out< AddrPayload, PortType > | ARPort |
| typedef Connections::In< ReadPayload, PortType > | RPort |
Public Member Functions | |
| manager (const char *name) | |
| void | reset () |
| ReadPayload | query (const AddrPayload &addr) |
| template<class C > | |
| void | operator() (C &c) |
Public Attributes | |
| ARPort | ar |
| RPort | r |
The AXI read manager port. This port has an AR request channel as output and an R response channel as input.
| typedef Connections::Out<AddrPayload, PortType> axi::axi4< Cfg >::read::manager< PortType >::ARPort |
| typedef Connections::In<ReadPayload, PortType> axi::axi4< Cfg >::read::manager< PortType >::RPort |
|
inline |
|
inline |
|
inline |
|
inline |
| ARPort axi::axi4< Cfg >::read::manager< PortType >::ar |
| RPort axi::axi4< Cfg >::read::manager< PortType >::r |