从站下行写完
This commit is contained in:
@@ -76,9 +76,9 @@ trait ShinMstSend{ this: ShinMstPhyBase =>
|
||||
|
||||
val headByte = Header_Info_Bundle.getWidth()/8
|
||||
|
||||
require( headLen == 8 )
|
||||
require( headByte == 8 )
|
||||
|
||||
val testIOShift = ShiftRegisters(io.testIO, headLen/2 + 1, false.B, true.B)
|
||||
val testIOShift = ShiftRegisters(io.testIO, headByte/2 + 1, false.B, true.B)
|
||||
val sendHeader = Reg( new Header_Info_Bundle )
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user