gem5 v24.0.0.0
|
Declaration of the SerialLink Class, modeling Hybrid-Memory-Cube's serial interface. More...
#include <deque>
#include "base/types.hh"
#include "mem/port.hh"
#include "params/SerialLink.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::SerialLink |
SerialLink is a simple variation of the Bridge class, with the ability to account for the latency of packet serialization. More... | |
class | gem5::SerialLink::DeferredPacket |
A deferred packet stores a packet along with its scheduled transmission time. More... | |
class | gem5::SerialLink::SerialLinkResponsePort |
The port on the side that receives requests and sends responses. More... | |
class | gem5::SerialLink::SerialLinkRequestPort |
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 the SerialLink Class, modeling Hybrid-Memory-Cube's serial interface.
Definition in file serial_link.hh.