修复错误的修改
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user