Renaming files (Commit 2 of 2)

This commit is contained in:
Lukas Steiner
2019-06-12 16:22:45 +02:00
parent 20797f61f5
commit 761bd8946f
16 changed files with 19 additions and 19 deletions

View File

@@ -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)

View File

@@ -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;

View File

@@ -33,7 +33,7 @@
* Johannes Feldmann
*/
#include "rename_CongenAddressDecoder.h"
#include "CongenAddressDecoder.h"
#include "Utils.h"
#include <fstream>

View File

@@ -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"

View File

@@ -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"

View File

@@ -35,7 +35,7 @@
* Matthias Jung
*/
#include "rename_XmlAddressDecoder.h"
#include "XmlAddressDecoder.h"
#include <systemc.h>
#include "Utils.h"
#include "bitset"

View File

@@ -40,7 +40,7 @@
#include "Configuration.h"
#include "ConfigurationLoader.h"
#include "../../../common/rename_XmlAddressDecoder.h"
#include "../../../common/XmlAddressDecoder.h"
using namespace std;

View File

@@ -8,7 +8,7 @@
#include "ECC/ECC.h"
#include "../common/rename_XmlAddressDecoder.h"
#include "../common/XmlAddressDecoder.h"
#include "../common/DebugManager.h"
using namespace std;

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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;

View File

@@ -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"