View Single Post
  #3 (permalink)  
Old 02-03-2010, 04:13 PM
Petter Gustad
Guest
 
Posts: n/a
Default Re: What is the most area efficient CRC method

"dlopez" <d@n_o_s_p_a_m.designgame.ca> writes:

> If I want to save area, is it better to use a CRC that works byte
> per byte or bit per bit?


Per bit as it is simply a shift register with xor gates at the
polynomial positions.


Here is a sample program to symbolically convert a serial form to a
parallel form:

http://tinyurl.com/ygvenaz

Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Reply With Quote