Forum Discussion
Konrad
New Contributor
5 years agoTripple Speed Ethernet (tse) Avalon-ST interface format
I am using the tse in small mac mode for a fixed 100M only connection. The project is in Quartus 16.
I am a bit confused as to how the avalon-ST interface works. I have read the avalon-ST user gui...
Deshi_Intel
Regular Contributor
5 years agoHI,
If you are using datawidth = 32 bits then you must use "ff_tx_mod[1:0]" so called empty signal to mask out invalid/extra data transfer in last data packet sent.
Else you can also consider to use datawidth = 8 bits to give you more flexibility in taking care of last data packet transaction issue. Then you will not face the problem anymore.
Thanks.
Regards,
dlim
Konrad
New Contributor
5 years agoOK, I have re-read the user guide and figured out I can assert Start of Packet (SOP) and End of Packet (EOP) at the same time if the packet is 4 bytes or less.