Hello everyone,
I am working on a project in which i had to design a CRC module. I need an 8bit CRC module with 32 bits of data line. I tried some code generators and also tried designing code by myself. I am so close to getting it but there is a problem which is quite solid and I even don't have any kind of idea about it. I can't find anybody to help me out, may be fpga4fun forum could help.
Problem:
I designed the module, the test bench. I get all the readings but as you know in a CRC module it never stops processing.
Question 1: How do I make it to an end.
Question 2: How do I know that a specific place in wave window is the end.(In one of my code I think it ends at 215ns; sometimes it give me correct result but sometimes don't )
Please help me and thanks in advance.