Sign in
gem5
/
amd
/
gem5
/
29e34a739b991af8d8e1eafe75ecb0904c324dc8
/
.
/
src
/
python
/
m5
/
objects
/
Platform.py
blob: 89fee9991edffb266a22f52e93ec6e0d6d3ee2ce [
file
] [
log
] [
blame
]
from
m5
.
config
import
*
class
Platform
(
SimObject
):
type
=
'Platform'
abstract
=
True
intrctrl
=
Param
.
IntrControl
(
Parent
.
any
,
"interrupt controller"
)