X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=python%2Fm5%2Fobjects%2FPlatform.mpy;h=a71ab3b770d392a9f1ffe4f03e72e3d0e350fd26;hb=cfa4221e19459d2179ba5601cf71a7a53753a3b1;hp=d0510eaf873c0ce68d770e298271a30516ae6754;hpb=e0d52f56e12d5ef4ddbc98b173543a95f75fb68e;p=gem5.git diff --git a/python/m5/objects/Platform.mpy b/python/m5/objects/Platform.mpy index d0510eaf8..a71ab3b77 100644 --- a/python/m5/objects/Platform.mpy +++ b/python/m5/objects/Platform.mpy @@ -2,4 +2,4 @@ simobj Platform(SimObject): type = 'Platform' abstract = True interrupt_frequency = Param.Tick(1200, "frequency of interrupts") - intrctrl = Param.IntrControl(Super, "interrupt controller") + intrctrl = Param.IntrControl(parent.any, "interrupt controller")