MatchLib
All Classes Namespaces Files Functions Modules Pages
Public Member Functions | Public Attributes | 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

 AUTO_GEN_FIELD_METHODS (ReadPayload,(id, data, resp, last, ruser)) ReadPayload()
 

Public Attributes

Id id
 
Data data
 
Resp resp
 
Last last
 
RUser ruser
 

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 157 of file axi4.h.

Member Function Documentation

◆ AUTO_GEN_FIELD_METHODS()

template<typename Cfg >
axi::axi4< Cfg >::ReadPayload::AUTO_GEN_FIELD_METHODS ( ReadPayload  ,
( id, data, resp, last, ruser)   
)
inline

Definition at line 164 of file axi4.h.

Member Data Documentation

◆ id

template<typename Cfg >
Id axi::axi4< Cfg >::ReadPayload::id

Definition at line 158 of file axi4.h.

◆ data

template<typename Cfg >
Data axi::axi4< Cfg >::ReadPayload::data

Definition at line 159 of file axi4.h.

◆ resp

template<typename Cfg >
Resp axi::axi4< Cfg >::ReadPayload::resp

Definition at line 160 of file axi4.h.

◆ last

template<typename Cfg >
Last axi::axi4< Cfg >::ReadPayload::last

Definition at line 161 of file axi4.h.

◆ ruser

template<typename Cfg >
RUser axi::axi4< Cfg >::ReadPayload::ruser

Definition at line 162 of file axi4.h.


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