Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI dont know which line you're talking about has an error, because you dont point it out.
But I suspect the initial problem comes from your for loop. A signal is only assigned when a process suspends. So in your code, met <= met + 1; occurs 25 times, but as the signal wont be updated, it is just a single + 1, not 25x +1. So can you please rephrase your question, with the problem marked in your code.