vhdl code for crc32 checksum

A

anupam

Guest
Hi,
can any body tell me that how the crc32 is calculated for ethernet frames
and which byte is transmitted first . I am designing ethernet to pcm
converter (for 32 time slots)in FPGA.
Thanx in Advance.
Anupam
 
anupam wrote:

Hi,
can any body tell me that how the crc32 is calculated for ethernet frames
and which byte is transmitted first . I am designing ethernet to pcm
converter (for 32 time slots)in FPGA.
LSB of the first byte is first on the line.
http://groups.google.com/groups?q=vhdl+crc+ethernet+bit+order

-- Mike Treseler
 
Hi Mike
First byte means , first byte from left or first byte from right.
Regards
anupam
 
On Mon, 06 Sep 2004 03:38:40 -0400, "anupam" <anupam@coraltele.com>
wrote:

Hi Mike
First byte means , first byte from left or first byte from right.
Bit and Byte order for Ethernet is well defined in the IEEE 802.3
standard.

It can be downloaded for free:
http://standards.ieee.org/getieee802/portfolio.html

Regards,
Allan
 

Welcome to EDABoard.com

Sponsor

Back
Top