Sign in
gem5
/
arm
/
gem5
/
9f1c104ccd835ce390d9e9fd24e59a6ea626ed17
/
.
/
src
/
python
/
m5
/
objects
/
IntrControl.py
blob: 398ba47f9cf9243f431ee36f2e7dd9a31f76685a [
file
] [
log
] [
blame
]
from
m5
.
SimObject
import
SimObject
from
m5
.
params
import
*
from
m5
.
proxy
import
*
class
IntrControl
(
SimObject
):
type
=
'IntrControl'
sys
=
Param
.
System
(
Parent
.
any
,
"the system we are part of"
)