1
0
Fork 0

coreplex: draw the FrontBus at the bottom and SystemBus at the top

This commit is contained in:
Wesley W. Terpstra 2017-09-27 14:20:39 -07:00
parent e07d86aecd
commit 9307092d14
1 changed files with 1 additions and 2 deletions

View File

@ -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 }
}