diff options
Diffstat (limited to 'python/m5/objects/IntrControl.mpy')
-rw-r--r-- | python/m5/objects/IntrControl.mpy | 3 |
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") |