gem5 v24.0.0.0
|
Declaration of a memory-mapped bridge that connects a requestor and a responder 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 | gem5::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 | gem5::Bridge::DeferredPacket |
A deferred packet stores a packet along with its scheduled transmission time. More... | |
class | gem5::Bridge::BridgeResponsePort |
The port on the side that receives requests and sends responses. More... | |
class | gem5::Bridge::BridgeRequestPort |
Port on the side that forwards requests and receives responses. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Declaration of a memory-mapped bridge that connects a requestor and a responder through a request and response queue.
Definition in file bridge.hh.