从站默认自己最后一个设备,闭合上行回路
This commit is contained in:
@@ -243,9 +243,9 @@ trait ShinTopSlave{ this: ShinTopBase =>
|
||||
|
||||
when( io.modeSel === false.B ){
|
||||
slaveParser.io.downIn <> io.downIn
|
||||
io.downOut <> Queue( slaveParser.io.downOut, 1, true, true)
|
||||
io.downOut <> slaveParser.io.downOut
|
||||
slaveParser.io.upIn <> io.upIn
|
||||
io.upOut <> Queue( slaveParser.io.upOut, 1, true, true)
|
||||
io.upOut <> slaveParser.io.upOut
|
||||
}
|
||||
|
||||
slaveParser.io.timeStamp := io.timeStamp
|
||||
|
||||
Reference in New Issue
Block a user