使用rec的清中断复位sendGen模块;当CDRout的axis下溢,状态机回到IDLE

This commit is contained in:
Ruige Lee
2025-07-15 16:30:44 +08:00
parent 7b18543883
commit cea2d01945
2 changed files with 13 additions and 5 deletions

View File

@@ -1048,7 +1048,12 @@ with SlaveParserProbe{
io.intHWTrig(1) := upRecParser.io.isError
downRecParser.io.resp := io.intHWClr(0)
downSendGen.reset := reset.asBool | io.intHWClr(0)
upRecParser.io.resp := io.intHWClr(1)
upSendGen.reset := reset.asBool | io.intHWClr(1)
}