rx DMA编译完成
This commit is contained in:
@@ -12,7 +12,7 @@ trait WithSwitchMix { this: BaseSubsystem =>
|
||||
|
||||
val switch = LazyModule(new Switch)
|
||||
|
||||
// sbus.coupleFrom("switch_mst") { _ := TLBuffer() := switch0.tlClientNode }
|
||||
sbus.coupleFrom("switch_mst") { _ := TLBuffer() := switch.tlClientNode }
|
||||
// pbus.coupleTo("switch_cfg") { switch0.tlMasterNode := TLFragmenter(pbus) := _ }
|
||||
pbus.coupleTo("switch_cfg") { switch.ethReg.configNode := TLFragmenter(pbus) := _ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user