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

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

#include <axi4.h>

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

Public Member Functions

 AUTO_GEN_FIELD_METHODS (WritePayload,(data, last, wstrb, wuser)) WritePayload()
 

Public Attributes

Data data
 
Last last
 
Wstrb wstrb
 
WUser wuser
 

Detailed Description

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

A struct composed of the signals associated with AXI write data.

Definition at line 215 of file axi4.h.

Member Function Documentation

◆ AUTO_GEN_FIELD_METHODS()

template<typename Cfg >
axi::axi4< Cfg >::WritePayload::AUTO_GEN_FIELD_METHODS ( WritePayload  ,
( data, last, wstrb, wuser)   
)
inline

Definition at line 222 of file axi4.h.

Member Data Documentation

◆ data

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

Definition at line 217 of file axi4.h.

◆ last

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

Definition at line 218 of file axi4.h.

◆ wstrb

template<typename Cfg >
Wstrb axi::axi4< Cfg >::WritePayload::wstrb

Definition at line 219 of file axi4.h.

◆ wuser

template<typename Cfg >
WUser axi::axi4< Cfg >::WritePayload::wuser

Definition at line 220 of file axi4.h.


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