diff --git a/src/main/scala/coreplex/FrontBus.scala b/src/main/scala/coreplex/FrontBus.scala index 98d080bc..2ece4503 100644 --- a/src/main/scala/coreplex/FrontBus.scala +++ b/src/main/scala/coreplex/FrontBus.scala @@ -55,6 +55,5 @@ trait HasFrontBus extends HasSystemBus { val fbus = LazyModule(new FrontBus(frontbusParams)) - sbus.fromFrontBus := fbus.toSystemBus - + FlipRendering { implicit p => sbus.fromFrontBus := fbus.toSystemBus } }