mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / MemDelay.py
index b48866815f791cf7677d04079306d72168471393..415cef4ce5f7946b41c77cd51126392694f00e95 100644 (file)
@@ -36,7 +36,7 @@
 # Authors: Andreas Sandberg
 
 from m5.params import *
-from MemObject import MemObject
+from m5.objects.MemObject import MemObject
 
 class MemDelay(MemObject):
     type = 'MemDelay'