Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTSE Header Checksum and CRC
(1) Does the TSE (Triple Speed Ethernet) calculate the header checksum when transmitting, or does the avalon stream need to already have this embedded? (2) Does the TSE calculate the packet CRC...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Actually the TSE by default automatically adds and checks the Ethernet CRR. You can disable this if you want to do it yourself on the Avalon stream. When you let the TSE check the CRC, you will always receive the frame, but an error bit will indicate if there was a CRC error. It is up to you to decide what you want to do to the frame. The header checksum isn't handled by the TSE though, this one you have to do yourself. --- Quote End --- is there a way to read the data generated by TSE reference design Ethernet Packet generator and store in memory or text file or array