debug开始,cdrin优化后payloadlen加载错误
This commit is contained in:
@@ -63,7 +63,10 @@ trait TLCDRTx{ this: TLCDRBase =>
|
||||
|
||||
when( txFifo.io.deq.fire ){ //txCnt === 3.U
|
||||
txData := txFifo.io.deq.bits
|
||||
assert(CDROut.io.axis.fire)
|
||||
when( isTxBusy ){
|
||||
assert(CDROut.io.axis.fire)
|
||||
}
|
||||
|
||||
} .elsewhen( CDROut.io.axis.fire ){
|
||||
txData := txData << 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user