summaryrefslogtreecommitdiff
path: root/python/m5/objects/IntrControl.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/IntrControl.mpy')
-rw-r--r--python/m5/objects/IntrControl.mpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/m5/objects/IntrControl.mpy b/python/m5/objects/IntrControl.mpy
new file mode 100644
index 000000000..1ef5a17ee
--- /dev/null
+++ b/python/m5/objects/IntrControl.mpy
@@ -0,0 +1,3 @@
+simobj IntrControl(SimObject):
+ type = 'IntrControl'
+ cpu = Param.BaseCPU(Super, "the cpu")