Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhat 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 Start --- VHDL is NOT a programming language. It describes hardware. --- Quote End ---