summaryrefslogtreecommitdiff
path: root/python/m5/objects/Platform.mpy
blob: 166f3f4a1e696f1a5ea046aea62497d27c3c8512 (plain)
1
2
3
4
simobj Platform(SimObject):
    type = 'Platform'
    abstract = True
    intrctrl = Param.IntrControl(parent.any, "interrupt controller")