Sign in
gem5
/
arm
/
gem5
/
ef5a7d91a5233521e82c68b1bace70852eda1ea4
/
.
/
python
/
m5
/
objects
/
Bus.mpy
blob: aa12f757aca690bf26babeb616a12926be7f7383 [
file
] [
log
] [
blame
]
from
BaseHier
import
BaseHier
simobj
Bus
(
BaseHier
):
type
=
'Bus'
clock_ratio
=
Param
.
ClockPeriod
(
"ratio of CPU to bus frequency"
)
width
=
Param
.
Int
(
"bus width in bytes"
)