临时切换
This commit is contained in:
@@ -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 ){
|
||||
|
||||
Reference in New Issue
Block a user