gem5
v20.1.0.0
|
#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 | SerialLink |
SerialLink is a simple variation of the Bridge class, with the ability to account for the latency of packet serialization. More... | |
class | SerialLink::DeferredPacket |
A deferred packet stores a packet along with its scheduled transmission time. More... | |
class | SerialLink::SerialLinkResponsePort |
The port on the side that receives requests and sends responses. More... | |
class | SerialLink::SerialLinkRequestPort |
Port on the side that forwards requests and receives responses. More... | |
Declaration of the SerialLink Class, modeling Hybrid-Memory-Cube's serial interface.
Definition in file serial_link.hh.