mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / DRAMCtrl.py
index fa04c9f397a2b6632fe8ecb7353ce4c75d4c58ae..93ea7d56fdc9be2e5d74c5d9b505444303eb94f9 100644 (file)
@@ -46,8 +46,8 @@
 
 from m5.params import *
 from m5.proxy import *
-from AbstractMemory import *
-from QoSMemCtrl import *
+from m5.objects.AbstractMemory import *
+from m5.objects.QoSMemCtrl import *
 
 # Enum for memory scheduling algorithms, currently First-Come
 # First-Served and a First-Row Hit then First-Come First-Served