debug开始,cdrin优化后payloadlen加载错误

This commit is contained in:
RuigeLee
2024-11-01 18:09:16 +08:00
parent 65491c74f6
commit 983f9e771d
4 changed files with 14 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ trait CDRInAxis{ this: CDRInBase =>
val shiftData = checkSFD(7,0) //RegInit(0.U(8.W)); shiftData := Cat(shiftData(6,0), syncSerDat)
val payloadLen = RegEnable( shiftData, byteCnt === 0.U & bitCnt === 7.U & stateCurr === STATE_HEADER )
val payloadLen = RegEnable( shiftData, byteCnt === 0.U & bitCnt === 7.U & stateCurr === STATE_HEADER )
val isArbLock: Bool