IntrControl.py revision 3102
1from m5.SimObject import SimObject
2from m5.params import *
3from m5.proxy import *
4class IntrControl(SimObject):
5    type = 'IntrControl'
6    cpu = Param.BaseCPU(Parent.any, "the cpu")
7