gem5 v24.0.0.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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | 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. | |
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().