修复错误的修改

This commit is contained in:
Ruige Lee
2025-06-05 15:05:35 +08:00
parent 9b4f81ae87
commit 311b3f3b32

View File

@@ -749,7 +749,7 @@ trait SlaveParserProbe{ this: SlaveParserBase =>
probeRecCnt := 0.U probeRecCnt := 0.U
} .elsewhen( isWatchDogOverflow ){ } .elsewhen( isWatchDogOverflow ){
probeRecCnt := 0.U probeRecCnt := 0.U
} .elsewhen( isReadyToProbe & io.cReg.wdtEnable.extract(0) ){ } .elsewhen( isReadyToProbe ){
probeRecCnt := probeRecCnt + 1.U probeRecCnt := probeRecCnt + 1.U
} }