Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
CRC (Cyclic REdundancy Check) for Verilog
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2008 12:35 AM
i am brand new to Verilog, and have to make a serial and parallel CRC for my design class.
i am a little confused on how the CRC works though. on wikipedia: http://en.wikipedia.org/wiki/Computation_of_CRC
the .gifs show the data being streamed in, then CRC'd with a full word of 0s. Is this always the process? Are there always a full string of zeroes following the initial message, or was that an arbitrary case shown for demonstration purposes in that .gif?
thank you fellow engineersPreview Post
i am a little confused on how the CRC works though. on wikipedia: http://en.wikipedia.org/wiki/Computation_of_CRC
the .gifs show the data being streamed in, then CRC'd with a full word of 0s. Is this always the process? Are there always a full string of zeroes following the initial message, or was that an arbitrary case shown for demonstration purposes in that .gif?
thank you fellow engineersPreview Post
0
Re: CRC (Cyclic REdundancy Check) for Verilog
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-17-2009 08:26 PM
I've built a website - http://OutputLogic.com - with online tool that generates a Verilog code for parallel CRC given data width and polynomial coefficients.
There is also a short post that describes a parallel CRC generation algorithm for Verilog.
Hope that helps
-evgeni
0
Re: CRC (Cyclic REdundancy Check) for Verilog
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2012 10:46 AM
nice one











