pbus: turn down overkill buffering between PBus and SBus
This commit is contained in:
parent
c353f68dc0
commit
94f06dc85c
@ -48,5 +48,5 @@ trait HasPeripheryBus extends HasSystemBus {
|
|||||||
val pbus = new PeripheryBus(pbusParams)
|
val pbus = new PeripheryBus(pbusParams)
|
||||||
|
|
||||||
// The peripheryBus hangs off of systemBus; here we convert TL-UH -> TL-UL
|
// The peripheryBus hangs off of systemBus; here we convert TL-UH -> TL-UL
|
||||||
pbus.fromSystemBus := sbus.toPeripheryBus(nBuffers = 4)
|
pbus.fromSystemBus := sbus.toPeripheryBus(nBuffers = 1)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user