summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/IntrControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/IntrControl.py')
-rw-r--r--src/python/m5/objects/IntrControl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/python/m5/objects/IntrControl.py b/src/python/m5/objects/IntrControl.py
new file mode 100644
index 000000000..66c82c182
--- /dev/null
+++ b/src/python/m5/objects/IntrControl.py
@@ -0,0 +1,4 @@
+from m5 import *
+class IntrControl(SimObject):
+ type = 'IntrControl'
+ cpu = Param.BaseCPU(Parent.any, "the cpu")