Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
[gem5.git] / src / python / m5 / objects / IntrControl.py
1 from m5.SimObject import SimObject
2 from m5.params import *
3 from m5.proxy import *
4 class IntrControl(SimObject):
5 type = 'IntrControl'
6 sys = Param.System(Parent.any, "the system we are part of")