Forum Discussion
Altera_Forum
Honored Contributor
13 years agoConcept of CRC24 calcualtion for 64 bits
Hi, Does anyone knows concept of CRC calculation? (which is generated by ALTERA for Interlaken protocol core ) Kindly refer the document of advanced synthesis cookbook. I don't know how are t...
Altera_Forum
Honored Contributor
13 years agoHi,
Thanks for your reply. I went through that paper which u suggested but in that paper they have used matrix method. Could you just explain the concept of Table 2? i.e Mout (next state CRC) as a function of Min(current state CRC) when N=0 In that table 2 matrix ,I'm not able understand how you are making Min[0] is 1 initially i.e. Min[0] row[0] = 1 0 0 0 0 (rest of rows I understand) Mout = F(Nin=0,Min) Nin = 0 Mout[4] Mout[3] Mout[2] Mout[1] Mout[0] Min[0] 1 0 0 0 0 Thanks