summaryrefslogtreecommitdiff
path: root/src/dev/net/Ethernet.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/Ethernet.py')
-rw-r--r--src/dev/net/Ethernet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/Ethernet.py b/src/dev/net/Ethernet.py
index 71665c564..7c3c766bc 100644
--- a/src/dev/net/Ethernet.py
+++ b/src/dev/net/Ethernet.py
@@ -42,7 +42,7 @@ from m5.defines import buildEnv
from m5.SimObject import SimObject
from m5.params import *
from m5.proxy import *
-from PciDevice import PciDevice
+from m5.objects.PciDevice import PciDevice
class EtherObject(SimObject):
type = 'EtherObject'