The struct for write responses for AxiManagerGate. More...
#include <AxiManagerGateIf.h>
Public Types | |
typedef axi::axi4< Cfg > | axi4_ |
Public Member Functions | |
template<unsigned int Size> | |
void | Marshall (Marshaller< Size > &m) |
Public Attributes | |
axi4_::Resp | resp |
axi4_::BUser | buser |
Static Public Attributes | |
static const unsigned int | width = axi4_::RESP_WIDTH + axi4_::BUSER_WIDTH |
The struct for write responses for AxiManagerGate.
Cfg | A valid AXI config. |
Definition at line 124 of file AxiManagerGateIf.h.