Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFor loops must have constant bounds. loops are unrolled during compile time into parrallel hardware so cannot change during run time.
but the bigger problems are: 1. Why are you using the float package? do you realise that by using this you will have almost no pipelining and your max frequency will be really realy bad? you need to use the altera float IP cores instead. 2. Why are you using the 7 year old quartus 7?