summaryrefslogtreecommitdiff
path: root/python/m5/objects/Platform.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/Platform.mpy')
-rw-r--r--python/m5/objects/Platform.mpy1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/m5/objects/Platform.mpy b/python/m5/objects/Platform.mpy
index a71ab3b77..166f3f4a1 100644
--- a/python/m5/objects/Platform.mpy
+++ b/python/m5/objects/Platform.mpy
@@ -1,5 +1,4 @@
simobj Platform(SimObject):
type = 'Platform'
abstract = True
- interrupt_frequency = Param.Tick(1200, "frequency of interrupts")
intrctrl = Param.IntrControl(parent.any, "interrupt controller")