Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

loop error with more than 250 iterations

I am using the free web edition of Quartus II 11.0 sp 1. I have a nested for loop in a function eg: for (i=0; i<=2; i=i+1) followed by for(j=0; j<=2; j=j+1) and some code. This fails with the followi...