1
0

pbus: clarify that we are adding buffers when attaching to sbus

This commit is contained in:
Henry Cook
2017-09-01 18:18:13 -07:00
committed by Wesley W. Terpstra
parent 8fc4d78c84
commit a902e15987
2 changed files with 3 additions and 3 deletions

View File

@ -48,5 +48,5 @@ trait HasPeripheryBus extends HasSystemBus {
val pbus = new PeripheryBus(pbusParams)
// The peripheryBus hangs off of systemBus; here we convert TL-UH -> TL-UL
pbus.fromSystemBus := sbus.toPeripheryBus(nBuffers = 1)
pbus.fromSystemBus := sbus.toPeripheryBus(addBuffers = 1)
}