gem5
[DEVELOP-FOR-23.0]
|
#include <cassert>
#include "mem/dramsim2_wrapper.hh"
#include <fstream>
#include "DRAMSim2/MultiChannelMemorySystem.h"
#include "base/compiler.hh"
#include "base/logging.hh"
Go to the source code of this file.
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 | |
Variables | |
int | SHOW_SIM_OUTPUT = 0 |
DRAMSim2 requires SHOW_SIM_OUTPUT to be defined (declared extern in the DRAMSim2 print macros), otherwise we get linking errors due to undefined references. More... | |
int SHOW_SIM_OUTPUT = 0 |
DRAMSim2 requires SHOW_SIM_OUTPUT to be defined (declared extern in the DRAMSim2 print macros), otherwise we get linking errors due to undefined references.
Definition at line 53 of file dramsim2_wrapper.cc.
Referenced by gem5::memory::DRAMSim2Wrapper::DRAMSim2Wrapper().