View Single Post
  #2 (permalink)  
Old 02-03-2010, 03:00 PM
General Schvantzkoph
Guest
 
Posts: n/a
Default Re: What is the most area efficient CRC method

On Wed, 03 Feb 2010 07:21:13 -0600, dlopez wrote:

> Hi,
> I need to implement CRC detection in a Spartan3 Xilinx FPGA. My data
> stream is coming in one byte at a time, but I do have about 8-10 clock
> cycles between each byte (still tbd!).
>
> If I want to save area, is it better to use a CRC that works byte per
> byte or bit per bit?
>
> Also, any idea where I could find code for the standard polynomials?
>
> Thanks!
> Diego
>
> --------------------------------------- Posted through
> http://www.FPGARelated.com


There is a great polynomial generator on the web,

http://www.easics.com/webtools/crctool
Reply With Quote