diff --git a/src/main/scala/mac/WithMac.scala b/src/main/scala/mac/WithMac.scala index c6c901d..5c79303 100644 --- a/src/main/scala/mac/WithMac.scala +++ b/src/main/scala/mac/WithMac.scala @@ -12,7 +12,7 @@ trait WithManyMacMix { this: BaseSubsystem => val mac0 = LazyModule(new Mac) - mbus.coupleFrom("mac_mst") { _ := TLBuffer() := mac0.tlClientNode } + sbus.coupleFrom("mac_mst") { _ := TLBuffer() := mac0.tlClientNode } pbus.coupleTo("mac_cfg") { mac0.tlMasterNode := TLFragmenter(pbus) := _ } pbus.coupleTo("mac_cfg") { mac0.ethReg.configNode := TLFragmenter(pbus) := _ } @@ -28,6 +28,12 @@ trait WithManyMacMixModuleImp extends LazyModuleImp { macIO <> outer.mac0.module.io + println("Warning, did you delete the rocket-chip.jar on top to reflash?") + println("Warning, did you delete the rocket-chip.jar on top to reflash?") + println("Warning, did you delete the rocket-chip.jar on top to reflash?") + println("Warning, did you delete the rocket-chip.jar on top to reflash?") + println("Warning, did you delete the rocket-chip.jar on top to reflash?") + } class MacConfig() extends Config((site, here, up) => {