Serial CRC

A

Ani

Guest
Hi,

I have written verilog code to compute serial CRC-32 using an LFSR. I
need to check if the crc value the module is giving is correct.. but
different utilities online seem to give different answers (maybe this
is because of different initializations/appending trailing zeros/hex or
decimal input etc etc). can somebody give me a reliable and authentic
way check my module pls

thanx
aniruddha
 
Hi!
Visit the below site, you will be able to use this to test your module
http://www.zorc.breitbandkatze.de/crc.html

Rajkumar...

Ani wrote:
Hi,

I have written verilog code to compute serial CRC-32 using an LFSR. I
need to check if the crc value the module is giving is correct.. but
different utilities online seem to give different answers (maybe this
is because of different initializations/appending trailing zeros/hex or
decimal input etc etc). can somebody give me a reliable and authentic
way check my module pls

thanx
aniruddha
 

Welcome to EDABoard.com

Sponsor

Back
Top