gem5
|
#include <queue>
#include <unordered_map>
#include "mem/abstract_mem.hh"
#include "mem/dramsim2_wrapper.hh"
#include "mem/qport.hh"
#include "params/DRAMSim2.hh"
Go to the source code of this file.
Classes | |
class | DRAMSim2 |
class | DRAMSim2::MemoryPort |
The memory port has to deal with its own flow control to avoid having unbounded storage that is implicitly created in the port itself. More... | |
Definition in file dramsim2.hh.