New directory structure:
[gem5.git] / src / python / m5 / objects / IntrControl.py
1 from m5 import *
2 class IntrControl(SimObject):
3 type = 'IntrControl'
4 cpu = Param.BaseCPU(Parent.any, "the cpu")