|
gem5
v19.0.0.0
|
Declaration of a memory-mapped bridge that connects a master and a slave through a request and response queue. More...
#include <deque>#include "base/types.hh"#include "mem/port.hh"#include "params/Bridge.hh"#include "sim/clocked_object.hh"Go to the source code of this file.
Classes | |
| class | Bridge |
| A bridge is used to interface two different crossbars (or in general a memory-mapped master and slave), with buffering for requests and responses. More... | |
| class | Bridge::DeferredPacket |
| A deferred packet stores a packet along with its scheduled transmission time. More... | |
| class | Bridge::BridgeSlavePort |
| The port on the side that receives requests and sends responses. More... | |
| class | Bridge::BridgeMasterPort |
| Port on the side that forwards requests and receives responses. More... | |
Declaration of a memory-mapped bridge that connects a master and a slave through a request and response queue.
Definition in file bridge.hh.