gem5
v20.1.0.0
|
#include <list>
#include "mem/abstract_mem.hh"
#include "mem/port.hh"
#include "params/SimpleMemory.hh"
Go to the source code of this file.
Classes | |
class | SimpleMemory |
The simple memory is a basic single-ported memory controller with a configurable throughput and latency. More... | |
class | SimpleMemory::DeferredPacket |
A deferred packet stores a packet along with its scheduled transmission time. More... | |
class | SimpleMemory::MemoryPort |
SimpleMemory declaration
Definition in file simple_mem.hh.