systembus: all slaves should have an output buffer
This commit is contained in:
parent
eadf4e9fcc
commit
540256e24a
@ -38,7 +38,7 @@ class SystemBus(params: SystemBusParams)(implicit p: Parameters) extends TLBusWr
|
||||
|
||||
val toMemoryBus: TLOutwardNode = outwardNode
|
||||
|
||||
val toSlave: TLOutwardNode = outwardNode
|
||||
val toSlave: TLOutwardNode = outwardBufNode
|
||||
|
||||
def fromAsyncMasters(depth: Int = 8, sync: Int = 3): TLAsyncInwardNode = {
|
||||
val sink = LazyModule(new TLAsyncCrossingSink(depth, sync))
|
||||
|
Loading…
Reference in New Issue
Block a user