临时增加一个fifo以适配axis,下行索引初始化通过
This commit is contained in:
@@ -243,9 +243,9 @@ trait ShinTopSlave{ this: ShinTopBase =>
|
|||||||
|
|
||||||
when( io.modeSel === false.B ){
|
when( io.modeSel === false.B ){
|
||||||
slaveParser.io.downIn <> io.downIn
|
slaveParser.io.downIn <> io.downIn
|
||||||
slaveParser.io.downOut <> io.downOut
|
io.downOut <> Queue( slaveParser.io.downOut, 1, true, true)
|
||||||
slaveParser.io.upIn <> io.upIn
|
slaveParser.io.upIn <> io.upIn
|
||||||
slaveParser.io.upOut <> io.upOut
|
io.upOut <> Queue( slaveParser.io.upOut, 1, true, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
slaveParser.io.timeStamp := io.timeStamp
|
slaveParser.io.timeStamp := io.timeStamp
|
||||||
@@ -287,13 +287,6 @@ trait ShinTopSlave{ this: ShinTopBase =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
when(io.modeSel === false.B ){
|
|
||||||
slaveParser.io.downIn <> io.downIn
|
|
||||||
slaveParser.io.downOut <> io.downOut
|
|
||||||
slaveParser.io.upIn <> io.upIn
|
|
||||||
slaveParser.io.upOut <> io.upOut
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user