Sign in
gem5
/
arm
/
gem5
/
44c6f953b0a448bd27b8354de90db8934b3ca799
/
.
/
src
/
python
/
m5
/
objects
/
IntrControl.py
blob: 95be0f4dfc40e4e85f4770238d1958ac8d75a3c9 [
file
] [
log
] [
blame
]
from
m5
.
SimObject
import
SimObject
from
m5
.
params
import
*
from
m5
.
proxy
import
*
class
IntrControl
(
SimObject
):
type
=
'IntrControl'
cpu
=
Param
.
BaseCPU
(
Parent
.
any
,
"the cpu"
)