1from m5.SimObject import SimObject 2from m5.params import * 3from m5.proxy import * 4class IntrControl(SimObject): 5 type = 'IntrControl' 6 sys = Param.System(Parent.any, "the system we are part of") 7