待数据全部返回再交出transmit权限

This commit is contained in:
RuigeLee
2024-03-20 16:01:14 +08:00
parent d64fa778ae
commit a5eba8edcf

View File

@@ -401,9 +401,12 @@ trait BackBoardMstLVDSTransmit{ this: BackBoardMstLVDSBase =>
} }
} .elsewhen( stateCur === 3.U ){ } .elsewhen( stateCur === 3.U ){
stateCur := 4.U when( lvdsMst.io.upstream_crc_valid ){
ctrlTransmit := false.B stateCur := 4.U
interrupt := true.B ctrlTransmit := false.B
interrupt := true.B
}
} .otherwise{ } .otherwise{
} }