diff --git a/dram/dramSys/dramSys.pro b/dram/dramSys/dramSys.pro index 98ac915e..c425e35a 100644 --- a/dram/dramSys/dramSys.pro +++ b/dram/dramSys/dramSys.pro @@ -6,10 +6,12 @@ CONFIG -= qt LIBS += -L/opt/systemc/lib-linux64 -lsystemc LIBS += -L/opt/boost/lib -lboost_filesystem -lboost_system -LIBS += -lsqlite3 +LIBS += -L/opt/sqlite3/lib -lsqlite3 LIBS += -lpthread + INCLUDEPATH += /opt/systemc/include INCLUDEPATH += /opt/boost/include +INCLUDEPATH += /opt/sqlite3/include DEFINES += TIXML_USE_STL DEFINES += SC_INCLUDE_DYNAMIC_PROCESSES @@ -76,7 +78,6 @@ HEADERS += \ ../src/controller/core/powerdown/PowerDownManagerTimeout.h \ ../src/controller/core/powerdown/PowerDownManagerBankwise.h \ ../src/controller/core/powerdown/PowerDownManager.h \ - ../src/controller/core/powerdown/IPowerDownManager.h \ ../src/controller/scheduler/ThreadLoad.h \ ../src/controller/scheduler/Scheduler.h \ ../src/controller/scheduler/PARBS.h \ diff --git a/dram/resources/simulations/sim-batch.xml b/dram/resources/simulations/sim-batch.xml index 549dcba6..6956da22 100644 --- a/dram/resources/simulations/sim-batch.xml +++ b/dram/resources/simulations/sim-batch.xml @@ -16,7 +16,7 @@ - chstone-jpeg_32.stl + mediabench-epic_32.stl diff --git a/dram/src/controller/core/powerdown/PowerDownManagerTimeout.h b/dram/src/controller/core/powerdown/PowerDownManagerTimeout.h index 05bad85e..fc2539a0 100644 --- a/dram/src/controller/core/powerdown/PowerDownManagerTimeout.h +++ b/dram/src/controller/core/powerdown/PowerDownManagerTimeout.h @@ -8,7 +8,7 @@ #ifndef POWERDOWNMANAGERTIMEOUT_H_ #define POWERDOWNMANAGERTIMEOUT_H_ -#include "IPowerDownManager.h" +#include "PowerDownManager.h" #include #include "../../../common/dramExtension.h" #include "../scheduling/ScheduledCommand.h"