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