MatchLib
All Classes Namespaces Files Functions Modules Pages
Public Member Functions | Public Attributes | List of all members
axi::axi4< Cfg >::WRespPayload Struct Reference

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

#include <axi4.h>

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

Public Member Functions

 AUTO_GEN_FIELD_METHODS (WRespPayload,(id, resp, buser)) WRespPayload()
 

Public Attributes

BId id
 
Resp resp
 
BUser buser
 

Detailed Description

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

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

Definition at line 190 of file axi4.h.

Member Function Documentation

◆ AUTO_GEN_FIELD_METHODS()

template<typename Cfg >
axi::axi4< Cfg >::WRespPayload::AUTO_GEN_FIELD_METHODS ( WRespPayload  ,
( id, resp, buser)   
)
inline

Definition at line 195 of file axi4.h.

Member Data Documentation

◆ id

template<typename Cfg >
BId axi::axi4< Cfg >::WRespPayload::id

Definition at line 191 of file axi4.h.

◆ resp

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

Definition at line 192 of file axi4.h.

◆ buser

template<typename Cfg >
BUser axi::axi4< Cfg >::WRespPayload::buser

Definition at line 193 of file axi4.h.


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