待数据全部返回再交出transmit权限
This commit is contained in:
@@ -401,9 +401,12 @@ trait BackBoardMstLVDSTransmit{ this: BackBoardMstLVDSBase =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
} .elsewhen( stateCur === 3.U ){
|
} .elsewhen( stateCur === 3.U ){
|
||||||
|
when( lvdsMst.io.upstream_crc_valid ){
|
||||||
stateCur := 4.U
|
stateCur := 4.U
|
||||||
ctrlTransmit := false.B
|
ctrlTransmit := false.B
|
||||||
interrupt := true.B
|
interrupt := true.B
|
||||||
|
}
|
||||||
|
|
||||||
} .otherwise{
|
} .otherwise{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user