Forum Discussion
ZBinH
New Contributor
6 years agoTSE IP ( discard frame during transmitting )
ff_tx_err --> Transmit frame error. Assert this signal with the final byte in theframe to indicate that the transmit frame is invalid. The MAC function forwards the invalid frame to the GMII with an ...
Deshi_Intel
Regular Contributor
6 years agoHI,
Can you help us to understand your intention and elaborate further what function is not working here ?
- Are you trying to feedback when you assert ff_tx_err, you don't see TSE MAC output corresponding MII_tx_err or GMII_tx_err signal as expected ?
- If this is the case, can you verify whether you have asserted the ff_tx_eop signal as well ?
- Or you just want to find out how to discard certain data traffic packet in Tx transmission ?
- Then you can use the write enable signal (ff_tx_wren) to discard certain data byte transfer as well
Thanks.
Regards,
dlim
ZBinH
New Contributor
6 years ago2- Or you just want to find out how to discard certain data traffic packet in Tx transmission ?
yes
I would like to discard ( whole frame not just certain data ) during transmitting.
Thank you.