subsystem: add some inter-wrapper buffer params
This commit is contained in:
@ -37,11 +37,11 @@ abstract class BaseSubsystem(implicit p: Parameters) extends BareSubsystem {
|
||||
val fbus = LazyModule(new FrontBus(p(FrontBusKey)))
|
||||
|
||||
// The sbus masters the pbus; here we convert TL-UH -> TL-UL
|
||||
pbus.fromSystemBus() { sbus.toPeripheryBus() { pbus.crossTLIn } }
|
||||
pbus.fromSystemBus { sbus.toPeripheryBus { pbus.crossTLIn } }
|
||||
|
||||
// The fbus masters the sbus; both are TL-UH or TL-C
|
||||
FlipRendering { implicit p =>
|
||||
fbus.toSystemBus() { sbus.fromFrontBus { fbus.crossTLOut } }
|
||||
fbus.toSystemBus { sbus.fromFrontBus { fbus.crossTLOut } }
|
||||
}
|
||||
|
||||
// The sbus masters the mbus; here we convert TL-C -> TL-UH
|
||||
|
Reference in New Issue
Block a user