Platform.py revision 1692
1from m5 import *
2class Platform(SimObject):
3    type = 'Platform'
4    abstract = True
5    intrctrl = Param.IntrControl(Parent.any, "interrupt controller")
6