Get rid of the Trace ParamContext and give python direct
[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 cpu = Param.BaseCPU(Parent.cpu[0], "the cpu")