完成探针和索引
This commit is contained in:
@@ -23,7 +23,7 @@ class MasterParserIO extends Bundle{
|
||||
val rxEnq = Output( Bool())
|
||||
val txDeq = Output( Bool())
|
||||
|
||||
val trigAddr = Input( Vec(2, UInt(15.W)) )
|
||||
// val trigAddr = Input( Vec(2, UInt(15.W)) )
|
||||
|
||||
val timeStamp = Input(UInt(64.W))
|
||||
|
||||
@@ -119,8 +119,8 @@ abstract class MasterParserBase extends Module{
|
||||
|
||||
|
||||
|
||||
io.rxEnq := io.trigAddr(0) === txCnt & io.downOut.fire
|
||||
io.txDeq := io.trigAddr(1) === (rxCnt + 1.U) & io.upIn.fire
|
||||
io.rxEnq := io.downOut.fire & io.downOut.bits.tlast
|
||||
io.txDeq := io.upIn.fire & io.upIn.bits.tlast
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user