Add common MemoryManager
This commit is contained in:
4
tests/tests_simulator/cache/tests_cache.cpp
vendored
4
tests/tests_simulator/cache/tests_cache.cpp
vendored
@@ -37,7 +37,7 @@
|
||||
#include "TargetMemory.h"
|
||||
|
||||
#include <simulator/Cache.h>
|
||||
#include <simulator/MemoryManager.h>
|
||||
#include <DRAMSys/common/MemoryManager.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
@@ -72,7 +72,7 @@ protected:
|
||||
cache.iSocket.bind(target.tSocket);
|
||||
}
|
||||
|
||||
MemoryManager memoryManager;
|
||||
DRAMSys::MemoryManager memoryManager;
|
||||
ListInitiator initiator;
|
||||
TargetMemory target;
|
||||
Cache cache;
|
||||
|
||||
Reference in New Issue
Block a user