MatchLib
Public Member Functions | Public Attributes | Static Public Attributes | Friends | 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

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

Public Attributes

Data data
 
Last last
 
Wstrb wstrb
 
WUser wuser
 

Static Public Attributes

static const unsigned int width
 

Friends

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

Detailed Description

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

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

Definition at line 279 of file axi4.h.

Member Data Documentation

template<typename Cfg>
const unsigned int axi::axi4< Cfg >::WritePayload::width
static
Initial value:
=
DATA_WIDTH + LAST_WIDTH + WSTRB_WIDTH + WUSER_WIDTH

Definition at line 296 of file axi4.h.


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