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

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

Public Attributes

BId id
 
Resp resp
 
BUser buser
 

Static Public Attributes

static const unsigned int width = RESP_WIDTH + BID_WIDTH + BUSER_WIDTH
 

Friends

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

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


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