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.py6
1 files changed, 6 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..95be0f4df
--- /dev/null
+++ b/src/python/m5/objects/IntrControl.py
@@ -0,0 +1,6 @@
+from m5.SimObject import SimObject
+from m5.params import *
+from m5.proxy import *
+class IntrControl(SimObject):
+ type = 'IntrControl'
+ cpu = Param.BaseCPU(Parent.any, "the cpu")