renamed some stuff
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
<trace-setup id="media">
|
||||
<device>chstone-jpeg_32.stl</device>
|
||||
<device>mediabench-epic_32.stl</device>
|
||||
</trace-setup>
|
||||
|
||||
</trace-setups>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user