The struct for read responses for AxiManagerGate.
More...
#include <AxiManagerGateIf.h>
|
template<unsigned int Size> |
void | Marshall (Marshaller< Size > &m) |
|
|
static const unsigned int | width |
|
template<typename Cfg>
struct RdResp< Cfg >
The struct for read responses for AxiManagerGate.
- Template Parameters
-
Definition at line 145 of file AxiManagerGateIf.h.
◆ axi4_
◆ Marshall()
template<typename Cfg >
template<unsigned int Size>
void RdResp< Cfg >::Marshall |
( |
Marshaller< Size > & |
m | ) |
|
|
inline |
◆ resp
template<typename Cfg >
axi4_::Resp RdResp< Cfg >::resp |
◆ data
template<typename Cfg >
axi4_::Data RdResp< Cfg >::data |
◆ last
template<typename Cfg >
axi4_::Last RdResp< Cfg >::last |
◆ ruser
template<typename Cfg >
axi4_::RUser RdResp< Cfg >::ruser |
◆ width
template<typename Cfg >
const unsigned int RdResp< Cfg >::width |
|
static |
Initial value:= axi4_::RESP_WIDTH + axi4_::DATA_WIDTH +
axi4_::LAST_WIDTH + axi4_::RUSER_WIDTH
Definition at line 153 of file AxiManagerGateIf.h.
The documentation for this struct was generated from the following file: