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