临时切换

This commit is contained in:
Ruige Lee
2025-04-27 14:56:07 +08:00
parent 7b63b07408
commit 4f8ee9466c
3 changed files with 216 additions and 101 deletions

View File

@@ -117,12 +117,6 @@ abstract class SlaveParserBase extends Module{
}
// val isDownSendProbe: Bool //下行探针
// val isUpSendProbe: Bool //上行探针
// val probeFrame: FrameHeader //固定化探针内容
downSendGen.io.frameReq.valid :=
isDownSendPend & downRecParser.io.subMsgReq.fire //| 下行转发
//isDownSendProbe //下行探针
@@ -367,9 +361,6 @@ trait SlaveParserIndex{ this: SlaveParserBase =>
trait SlaveParserRW{ this: SlaveParserBase =>
//下行接收
when( downRecParser.io.subMsgReq.fire ){
when( isDownRecPing ){