MatchLib
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
RdResp< Cfg > Struct Template Reference

The struct for read responses for AxiMasterGate. More...

#include <AxiMasterGateIf.h>

Inheritance diagram for RdResp< Cfg >:
nvhls_message

Public Types

typedef axi::axi4< Cfg > axi4_
 

Public Member Functions

template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 

Public Attributes

axi4_::Resp resp
 
axi4_::Data data
 
axi4_::Last last
 
axi4_::RUser ruser
 

Static Public Attributes

static const unsigned int width
 

Detailed Description

template<typename Cfg>
struct RdResp< Cfg >

The struct for read responses for AxiMasterGate.

Template Parameters
CfgA valid AXI config.

Definition at line 145 of file AxiMasterGateIf.h.

Member Data Documentation

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 AxiMasterGateIf.h.


The documentation for this struct was generated from the following file: