Ethernet LAN CRC

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
CRC Ruddha 03-21-07
Posted by Ruddha on March 21, 2007, 4:06 am
Please log in for more thread options


Hi,

I have written some Verilog code to compute CRC for an ethernet
packet. There seem to be two different implementations - one where the
initial value is FFFFFFFF and the final bits are complemented before
transmission, and another version where the final bits are taken byte
wise and reversed before inversion. Which is the correct CRC
procedure?

Aniruddha