summaryrefslogtreecommitdiff
path: root/src/mem/SerialLink.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/SerialLink.py')
-rw-r--r--src/mem/SerialLink.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/SerialLink.py b/src/mem/SerialLink.py
index fd9b0ff6b..02dcd4c7e 100644
--- a/src/mem/SerialLink.py
+++ b/src/mem/SerialLink.py
@@ -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.