|
gem5
v20.1.0.5
|
#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 requestor and responder), 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::BridgeResponsePort |
| The port on the side that receives requests and sends responses. More... | |
| class | Bridge::BridgeRequestPort |
| Port on the side that forwards requests and receives responses. More... | |
Declaration of a memory-mapped bridge that connects a requestor and a responder through a request and response queue.
Definition in file bridge.hh.