在32数据通道下传输正确

This commit is contained in:
RuigeLee
2023-10-20 20:56:44 +08:00
parent f17d405369
commit 69ccc32603
4 changed files with 53 additions and 15 deletions

View File

@@ -144,7 +144,7 @@ abstract class MacTileLinkBase() extends Module{
}
when((TxLength === 0.U) & io.TxUsedData){
when(((TxLength - 4.U) === 0.U) & io.TxUsedData){
TxEndFrm_wb := true.B
} .elsewhen(txRetryPulse | txDonePulse | txAbortPulse){
TxEndFrm_wb := false.B