gem5
|
Declaration of the SerialLink Class, modeling Hybrid-Memory-Cube's serial interface. More...
#include <deque>
#include "base/types.hh"
#include "mem/mem_object.hh"
#include "params/SerialLink.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::SerialLinkSlavePort |
The port on the side that receives requests and sends responses. More... | |
class | SerialLink::SerialLinkMasterPort |
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.