Sign in
gem5
/
arm
/
gem5
/
0358ccee23072eef0b6448e3170457037682a452
/
.
/
src
/
python
/
m5
/
objects
/
BadDevice.py
blob: 9196238870df9cad473b99d8baa2d223a53e1b2a [
file
] [
log
] [
blame
]
from
m5
.
params
import
*
from
Device
import
BasicPioDevice
class
BadDevice
(
BasicPioDevice
):
type
=
'BadDevice'
devicename
=
Param
.
String
(
"Name of device to error on"
)