Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- What is the purpose/goal of your "design" ? If it is not confidential. A checksum control on received bits ? What is the desired behaviour ? The comparison "(k(t) /= d(t+(4*(j-1))))" sounds wrong, because for example t=0 and j=0 it gives d(-4) which doesn't exist. I guess 'd' may be a buffer whose size should be 4* size of 't'. --- Quote End --- the purpose is to design a BER Tester. And when t=0 and j=0 it will be d(0)