mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / SerialLink.py
index fd9b0ff6b04c4b4636a611cb5cb9458f5dcdf0d0..02dcd4c7e12fb97ea70831358d0347910fed5865 100644 (file)
@@ -42,7 +42,7 @@
 #          Erfan Azarkhish
 
 from m5.params import *
-from MemObject import MemObject
+from m5.objects.MemObject import MemObject
 
 # SerialLink is a simple variation of the Bridge class, with the ability to
 # account for the latency of packet serialization.