summaryrefslogtreecommitdiff
path: root/python/m5/objects/Tsunami.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/Tsunami.py')
-rw-r--r--python/m5/objects/Tsunami.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/m5/objects/Tsunami.py b/python/m5/objects/Tsunami.py
index fa3c18127..c8fd94e2c 100644
--- a/python/m5/objects/Tsunami.py
+++ b/python/m5/objects/Tsunami.py
@@ -5,7 +5,7 @@ from Platform import Platform
class Tsunami(Platform):
type = 'Tsunami'
pciconfig = Param.PciConfigAll("PCI configuration")
- system = Param.BaseSystem(Parent.any, "system")
+ system = Param.System(Parent.any, "system")
class TsunamiCChip(FooPioDevice):
type = 'TsunamiCChip'