Renaming files (Commit 2 of 2)
This commit is contained in:
@@ -142,8 +142,8 @@ SOURCES += \
|
||||
src/simulation/Dram.cpp \
|
||||
src/simulation/RecordableDram.cpp \
|
||||
src/simulation/Arbiter.cpp \
|
||||
src/common/rename_CongenAddressDecoder.cpp \
|
||||
src/common/rename_XmlAddressDecoder.cpp
|
||||
src/common/CongenAddressDecoder.cpp \
|
||||
src/common/XmlAddressDecoder.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/common/third_party/tinyxml2/tinyxml2.h \
|
||||
@@ -220,8 +220,8 @@ HEADERS += \
|
||||
src/controller/RecordableController.h \
|
||||
src/simulation/RecordableDram.h \
|
||||
src/common/AddressDecoder.h \
|
||||
src/common/rename_CongenAddressDecoder.h \
|
||||
src/common/rename_XmlAddressDecoder.h
|
||||
src/common/CongenAddressDecoder.h \
|
||||
src/common/XmlAddressDecoder.h
|
||||
#src/common/third_party/json/include/nlohmann/json.hpp \
|
||||
|
||||
thermalsim = $$(THERMALSIM)
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
*/
|
||||
|
||||
#include "AddressDecoder.h"
|
||||
#include "rename_XmlAddressDecoder.h"
|
||||
#include "rename_CongenAddressDecoder.h"
|
||||
#include "XmlAddressDecoder.h"
|
||||
#include "CongenAddressDecoder.h"
|
||||
|
||||
AddressDecoder *AddressDecoder::m_pInstance = nullptr;
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
* Johannes Feldmann
|
||||
*/
|
||||
|
||||
#include "rename_CongenAddressDecoder.h"
|
||||
#include "CongenAddressDecoder.h"
|
||||
#include "Utils.h"
|
||||
|
||||
#include <fstream>
|
||||
@@ -42,7 +42,7 @@
|
||||
#include "TlmRecorder.h"
|
||||
#include "protocol.h"
|
||||
#include "dramExtension.h"
|
||||
#include "rename_XmlAddressDecoder.h"
|
||||
#include "XmlAddressDecoder.h"
|
||||
#include "../controller/core/configuration/Configuration.h"
|
||||
#include "../controller/Controller.h"
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include <cerrno>
|
||||
#include <tlm.h>
|
||||
#include <systemc.h>
|
||||
#include "rename_XmlAddressDecoder.h"
|
||||
#include "XmlAddressDecoder.h"
|
||||
#include "DebugManager.h"
|
||||
#include "Utils.h"
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
* Matthias Jung
|
||||
*/
|
||||
|
||||
#include "rename_XmlAddressDecoder.h"
|
||||
#include "XmlAddressDecoder.h"
|
||||
#include <systemc.h>
|
||||
#include "Utils.h"
|
||||
#include "bitset"
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "Configuration.h"
|
||||
#include "ConfigurationLoader.h"
|
||||
#include "../../../common/rename_XmlAddressDecoder.h"
|
||||
#include "../../../common/XmlAddressDecoder.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "ECC/ECC.h"
|
||||
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "../common/DebugManager.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <iostream>
|
||||
#include <systemc.h>
|
||||
#include "../controller/core/configuration/Configuration.h"
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "../common/third_party/DRAMPower/src/libdrampower/LibDRAMPower.h"
|
||||
|
||||
class errorModel : public sc_module
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <tlm_utils/multi_passthrough_target_socket.h>
|
||||
#include <tlm_utils/multi_passthrough_initiator_socket.h>
|
||||
#include <tlm_utils/peq_with_cb_and_phase.h>
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "../common/dramExtension.h"
|
||||
#include "../controller/core/TimingCalculation.h"
|
||||
#include "../controller/core/configuration/ConfigurationLoader.h"
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
#include "Setup.h"
|
||||
#include "../common/TlmRecorder.h"
|
||||
#include "../common/DebugManager.h"
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/rename_CongenAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "../common/CongenAddressDecoder.h"
|
||||
#include "../controller/core/ControllerCore.h"
|
||||
#include "../controller/core/configuration/ConfigurationLoader.h"
|
||||
#include "../common/Utils.h"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#define SIMPLEARBITER_H
|
||||
|
||||
#include "IArbiter.h"
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "../common/dramExtension.h"
|
||||
#include "../controller/core/TimingCalculation.h"
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#ifndef STLPLAYER_H
|
||||
#define STLPLAYER_H
|
||||
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "TracePlayer.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "MemoryManager.h"
|
||||
#include "../controller/core/configuration/Configuration.h"
|
||||
#include "../common/DebugManager.h"
|
||||
#include "../common/rename_XmlAddressDecoder.h"
|
||||
#include "../common/XmlAddressDecoder.h"
|
||||
#include "../controller/core/TimingCalculation.h"
|
||||
#include "TracePlayerListener.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user