TLBuffer: Create a wrapper module for TLBufferChain, to allow for more stable naming
This commit is contained in:
committed by
Wesley W. Terpstra
parent
94f06dc85c
commit
667d966410
@ -38,7 +38,7 @@ 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("PeripheryBus"))
|
||||
val (in, out) = bufferChain(nBuffers, name = Some("pbus"))
|
||||
in := pbus_fixer.node
|
||||
out
|
||||
}
|
||||
|
Reference in New Issue
Block a user