summaryrefslogtreecommitdiff
path: root/src/dev/Ethernet.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Ethernet.py')
-rw-r--r--src/dev/Ethernet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/Ethernet.py b/src/dev/Ethernet.py
index 84fa0ae00..89d1bad89 100644
--- a/src/dev/Ethernet.py
+++ b/src/dev/Ethernet.py
@@ -41,7 +41,7 @@
from m5.SimObject import SimObject
from m5.params import *
from m5.proxy import *
-from Pci import PciDevice
+from PciDevice import PciDevice
class EtherObject(SimObject):
type = 'EtherObject'