blob: 66c82c1822982d0e0177e5843926507fcbb235a2 [file] [log] [blame]
from m5 import *
class IntrControl(SimObject):
type = 'IntrControl'
cpu = Param.BaseCPU(Parent.any, "the cpu")