Rename Configuration.h to DRAMSysConfiguration.h
This commit is contained in:
@@ -42,7 +42,7 @@ if (DRAMSYS_CONFIGURATION_TESTS)
|
||||
endif()
|
||||
|
||||
add_library(DRAMSysConfiguration STATIC
|
||||
Configuration.cpp
|
||||
DRAMSysConfiguration.cpp
|
||||
AddressMapping.cpp
|
||||
McConfig.cpp
|
||||
SimConfig.cpp
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
* Derek Christ
|
||||
*/
|
||||
|
||||
#include "Configuration.h"
|
||||
#include "DRAMSysConfiguration.h"
|
||||
|
||||
#include <exception>
|
||||
#include <fstream>
|
||||
@@ -33,8 +33,8 @@
|
||||
* Derek Christ
|
||||
*/
|
||||
|
||||
#ifndef DRAMSYSCONFIGURATION_CONFIGURATION_H
|
||||
#define DRAMSYSCONFIGURATION_CONFIGURATION_H
|
||||
#ifndef DRAMSYSCONFIGURATION_DRAMSYSCONFIGURATION_H
|
||||
#define DRAMSYSCONFIGURATION_DRAMSYSCONFIGURATION_H
|
||||
|
||||
#include "AddressMapping.h"
|
||||
#include "McConfig.h"
|
||||
@@ -85,4 +85,4 @@ Configuration from_path(const std::string &path, const std::string &resourceDire
|
||||
|
||||
} // namespace DRAMSysConfiguration
|
||||
|
||||
#endif // DRAMSYSCONFIGURATION_CONFIGURATION_H
|
||||
#endif // DRAMSYSCONFIGURATION_DRAMSYSCONFIGURATION_H
|
||||
@@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#include "McConfig.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace DRAMSysConfiguration
|
||||
{
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
* Derek Christ
|
||||
*/
|
||||
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#include "util.h"
|
||||
#include "Configuration.h"
|
||||
#include "DRAMSysConfiguration.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#define CONFIGURATION_H
|
||||
|
||||
#include <string>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <systemc>
|
||||
#include "memspec/MemSpec.h"
|
||||
#include "TemperatureSimConfig.h"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <systemc>
|
||||
#include <utility>
|
||||
#include "../common/DebugManager.h"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <systemc>
|
||||
#include <tlm>
|
||||
#include "../../common/utils.h"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "MemSpec.h"
|
||||
|
||||
#include <systemc>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
|
||||
class MemSpecDDR3 final : public MemSpec
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include "../configuration/Configuration.h"
|
||||
|
||||
struct DecodedAddress
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "AddressDecoder.h"
|
||||
#include "../configuration/Configuration.h"
|
||||
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
|
||||
using namespace sc_core;
|
||||
using namespace tlm;
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "../controller/ControllerIF.h"
|
||||
#include "TemperatureController.h"
|
||||
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <string>
|
||||
#include <systemc>
|
||||
#include <list>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "DRAMSys.h"
|
||||
#include "../common/TlmRecorder.h"
|
||||
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
|
||||
class DRAMSysRecordable : public DRAMSys
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef TRACESETUP_H
|
||||
#define TRACESETUP_H
|
||||
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <chrono>
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <memory>
|
||||
#include <systemc>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "ui_simulationdialog.h"
|
||||
|
||||
#include <Configuration.h>
|
||||
#include <DRAMSysConfiguration.h>
|
||||
#include <QFileInfo>
|
||||
#include <QPointer>
|
||||
#include <QProcess>
|
||||
|
||||
Reference in New Issue
Block a user