summaryrefslogtreecommitdiff
path: root/python/m5/objects/Platform.mpy
blob: a71ab3b770d392a9f1ffe4f03e72e3d0e350fd26 (plain)
1
2
3
4
5
simobj Platform(SimObject):
    type = 'Platform'
    abstract = True
    interrupt_frequency = Param.Tick(1200, "frequency of interrupts")
    intrctrl = Param.IntrControl(parent.any, "interrupt controller")