MatchLib
|
The AXI write class. More...
#include <axi4.h>
Classes | |
class | chan |
The AXI write channel, used for connecting an AXI manager and AXI subordinate. More... | |
class | manager |
The AXI write manager port. This port has AW and W request channels as outputs and a B response channel as input. More... | |
class | subordinate |
The AXI write subordinate port. This port has AW and W request channels as inputs and a B response channel as output. More... | |
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.