pbus: clarify that we are adding buffers when attaching to sbus
This commit is contained in:
committed by
Wesley W. Terpstra
parent
8fc4d78c84
commit
a902e15987
@ -37,8 +37,8 @@ class SystemBus(params: SystemBusParams)(implicit p: Parameters) extends TLBusWr
|
||||
|
||||
def toSplitSlaves: TLOutwardNode = outwardSplitNode
|
||||
|
||||
def toPeripheryBus(nBuffers: Int): TLOutwardNode = {
|
||||
val (in, out) = bufferChain(nBuffers, name = Some("pbus"))
|
||||
def toPeripheryBus(addBuffers: Int): TLOutwardNode = {
|
||||
val (in, out) = bufferChain(addBuffers, name = Some("pbus"))
|
||||
in := pbus_fixer.node
|
||||
out
|
||||
}
|
||||
|
Reference in New Issue
Block a user