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