从站下行写完

This commit is contained in:
RuigeLee
2024-10-14 17:45:39 +08:00
parent 8f9aa2d17c
commit 96234875b0
2 changed files with 224 additions and 41 deletions

View File

@@ -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 )