coreplex: draw the FrontBus at the bottom and SystemBus at the top
This commit is contained in:
parent
e07d86aecd
commit
9307092d14
@ -55,6 +55,5 @@ trait HasFrontBus extends HasSystemBus {
|
|||||||
|
|
||||||
val fbus = LazyModule(new FrontBus(frontbusParams))
|
val fbus = LazyModule(new FrontBus(frontbusParams))
|
||||||
|
|
||||||
sbus.fromFrontBus := fbus.toSystemBus
|
FlipRendering { implicit p => sbus.fromFrontBus := fbus.toSystemBus }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user