summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/IntrControl.py
blob: 514c3fc624f2ca89e42e9c62945b64dbbe9d5a82 (plain)
1
2
3
4
from m5.config import *
class IntrControl(SimObject):
    type = 'IntrControl'
    cpu = Param.BaseCPU(Parent.any, "the cpu")