MatchLib
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
WrRequest< Cfg > Struct Template Reference

The struct for write requests for AxiManagerGate. More...

#include <AxiManagerGateIf.h>

Inheritance diagram for WrRequest< Cfg >:
Request< Cfg > nvhls_message

Public Member Functions

 WrRequest (const WrRequest &rhs)
 
template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 
- Public Member Functions inherited from Request< Cfg >
 Request (const Request &rhs)
 
template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 
void copyToAddrPayload (typename axi4_::AddrPayload &payload) const
 

Public Attributes

Request< Cfg >::axi4_::Data data
 
Request< Cfg >::axi4_::Last last
 
Request< Cfg >::axi4_::WUser wuser
 
- Public Attributes inherited from Request< Cfg >
axi4_::Addr addr
 
axi4_::BeatNum len
 
axi4_::BeatSize size
 
axi4_::Burst burst
 
axi4_::Cache cache
 
axi4_::AUser auser
 

Static Public Attributes

static const unsigned int width
 
- Static Public Attributes inherited from Request< Cfg >
static const unsigned int width
 

Additional Inherited Members

- Public Types inherited from Request< Cfg >
typedef axi::axi4< Cfg > axi4_
 

Detailed Description

template<typename Cfg>
struct WrRequest< Cfg >

The struct for write requests for AxiManagerGate.

Template Parameters
CfgA valid AXI config.

Definition at line 88 of file AxiManagerGateIf.h.

Member Data Documentation

◆ width

template<typename Cfg >
const unsigned int WrRequest< Cfg >::width
static
Initial value:
=
The base type for read or write requests for AxiManagerGate, containing common fields.

Definition at line 100 of file AxiManagerGateIf.h.


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