Sign in
gem5
/
arm
/
gem5
/
46502851abffd70328ef605b1fa6056f873848e9
/
.
/
src
/
python
/
m5
/
objects
/
IntrControl.py
blob: 514c3fc624f2ca89e42e9c62945b64dbbe9d5a82 [
file
] [
log
] [
blame
]
from
m5
.
config
import
*
class
IntrControl
(
SimObject
):
type
=
'IntrControl'
cpu
=
Param
.
BaseCPU
(
Parent
.
any
,
"the cpu"
)