发送单元 接收单元代码收尾
This commit is contained in:
@@ -46,21 +46,20 @@ abstract class SlaveParserBase extends Module{
|
||||
|
||||
|
||||
|
||||
val devIndex = Reg(UInt(14.W)) //当前设备索引
|
||||
|
||||
|
||||
val downRecParser = Module(new SlaveRecParser)
|
||||
val upRecParser = Module(new SlaveRecParser)
|
||||
|
||||
val downSendGen = Module(new SlaveSendGen)
|
||||
val upSendGen = Module(new SlaveSendGen)
|
||||
|
||||
|
||||
val devIndex = Reg(UInt(14.W)) //当前设备索引
|
||||
|
||||
|
||||
|
||||
val downSinkSel = Reg(Bool())
|
||||
val upSinkSel = Reg(Bool())
|
||||
// 认为只有下行到下行,上行到上行模式,探针是独立发起操作
|
||||
// val downSinkSel = Reg(Bool())
|
||||
// val upSinkSel = Reg(Bool())
|
||||
|
||||
val downFrameInfo = Reg(new FrameHeader)
|
||||
val downSubMsgInfo = for( 0 until 2 ) yield { Reg(new SubMsgHeader) }
|
||||
|
||||
Reference in New Issue
Block a user