MatchLib
Public Member Functions | Public Attributes | Static Public Attributes | Friends | List of all members
axi::axi4< Cfg >::ReadPayload Struct Reference

A struct composed of the signals associated with an AXI read response. More...

#include <axi4.h>

Inheritance diagram for axi::axi4< Cfg >::ReadPayload:
nvhls_message

Public Member Functions

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

Public Attributes

Id id
 
Data data
 
Resp resp
 
Last last
 
RUser ruser
 

Static Public Attributes

static const unsigned int width
 

Friends

std::ostream & operator<< (ostream &os, const ReadPayload &rhs)
 

Detailed Description

template<typename Cfg>
struct axi::axi4< Cfg >::ReadPayload

A struct composed of the signals associated with an AXI read response.

Definition at line 180 of file axi4.h.

Member Data Documentation

template<typename Cfg>
const unsigned int axi::axi4< Cfg >::ReadPayload::width
static
Initial value:
=
DATA_WIDTH + RESP_WIDTH + ID_WIDTH + LAST_WIDTH + RUSER_WIDTH

Definition at line 187 of file axi4.h.


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