blob: 4da0ffab407cfaa03ebcd53a13815e511d0a3175 [file] [log] [blame]
from m5 import *
class Platform(SimObject):
type = 'Platform'
abstract = True
intrctrl = Param.IntrControl(Parent.any, "interrupt controller")