gem5
v22.0.0.1
|
#include <functional>
#include <queue>
#include <unordered_map>
#include "mem/abstract_mem.hh"
#include "mem/dramsim3_wrapper.hh"
#include "mem/qport.hh"
#include "params/DRAMsim3.hh"
Go to the source code of this file.
Classes | |
class | gem5::memory::DRAMsim3 |
class | gem5::memory::DRAMsim3::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... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::memory | |
DRAMsim3
Definition in file dramsim3.hh.