renamed some stuff

This commit is contained in:
Robert Gernhardt
2014-07-14 23:17:18 +02:00
parent 2b427ecb6e
commit c77048ac93
3 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -16,7 +16,7 @@
<trace-setup id="media">
<device>chstone-jpeg_32.stl</device>
<device>mediabench-epic_32.stl</device>
</trace-setup>
</trace-setups>

View File

@@ -8,7 +8,7 @@
#ifndef POWERDOWNMANAGERTIMEOUT_H_
#define POWERDOWNMANAGERTIMEOUT_H_
#include "IPowerDownManager.h"
#include "PowerDownManager.h"
#include <systemc.h>
#include "../../../common/dramExtension.h"
#include "../scheduling/ScheduledCommand.h"