Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCRC Calculation - VHDL
Hello to all forum members!!! I'll be glad to get your's suggestions to solve my problem. I am interested to make the CRC Calculation as fast as possible (without using the MegaWizard function)...
Altera_Forum
Honored Contributor
13 years agodsl already posted some code how to implement your CRC for 8 bits per clock cycle.
If you need some more inspiration for your implementation I can recommend to read the user guide for Alteras CRC Compiler MegaCore Function: http://www.altera.com/products/ip/communications/additional_functions_comm/m-alt-crc-compiler.html And/Or check Alteras Advanced Synthesis Cookbook - chapter 12 there is even some source code available: http://www.altera.com/literature/manual/stx_cookbook.pdf