Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNeed help for Altera TSE Ethernet Core!
I am new to Altera TSE Ethernet Core and I need to use this Ethernet core for my final year project. I have a question here, what kind of data should I supply to the port of ff_tx_data? :confused: ...
Altera_Forum
Honored Contributor
16 years agoThe data needed for port of ff_tx_data as in below format:
Destination Address (6 bytes), Source Address (6 bytes), Length (2 bytes), Payload Data (N bytes). The TSE MAC should be able to calculate and embedded the CRC for you. Hope it helps. :)