Sign in
gem5
/
arm
/
gem5
/
ef5a7d91a5233521e82c68b1bace70852eda1ea4
/
.
/
python
/
m5
/
objects
/
Uart.mpy
blob: 5a6c25f8ec74d63d81665363e8dac96aaf1f8586 [
file
] [
log
] [
blame
]
from
Device
import
PioDevice
simobj
Uart
(
PioDevice
):
type
=
'Uart'
console
=
Param
.
SimConsole
(
parent
.
any
,
"The console"
)
size
=
Param
.
Addr
(
0x8
,
"Device size"
)