Forum Discussion
Deshi_Intel
Regular Contributor
5 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
5 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.