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