MatchLib
Classes
axi::axi4< Cfg >::write Class Reference

The AXI write class. More...

#include <axi4.h>

Classes

class  chan
 The AXI write channel, used for connecting an AXI master and AXI slave. More...
 
class  master
 The AXI write master port. This port has AW and W request channels as outputs and a B response channel as input. More...
 
class  slave
 The AXI write slave port. This port has AW and W request channels as inputs and a B response channel as output. More...
 

Detailed Description

template<typename Cfg>
class axi::axi4< Cfg >::write

The AXI write class.

Each Connections implementation contains three ready-valid interfaces: AW for write requests, W for write data, and B for write responses.

Definition at line 429 of file axi4.h.


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