Replies: 2 comments 1 reply
-
Basically it precomputes a matrix of which input bits need to be XORed to form each output bit, and then evaluates that with reduction-XOR operations. It's much faster in simulation than some of the alternatives. It's also parametrizable, unlike LFSR/CRC code generators, so you can use it in generate blocks and such. |
Beta Was this translation helpful? Give feedback.
-
I'm comparing your result to the calculators in the online calc and i'm not finding it similar to any of them , can you please tell me which algo is it , for example crc32 bzip2 , and the polynom is the msb one ? 4c11db7 taking the data from msb to lsb bit by bit ? data {mac_dst,mac_src,eth_type,payload} is this the right order?? Thanks , |
Beta Was this translation helpful? Give feedback.
-
Hi Alex ,
Can you please explain to me how you are calculating the crc for the mii packets ,
I saw the lfsr model and i don't quite understand it fully , in comparison to the crc32 Algorithms out there !
i need to implement a simple one that does the job and matches your result .
Thanks,
Sally
Beta Was this translation helpful? Give feedback.
All reactions