Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- I found that Quartus does synthesize the while iteration. The problem is a missing i:=1; before the while statement. --- Quote End --- so the variable cannot be initialized in the declaration as I did it "variable i: integer :=1;"
We should be able to do that so the compiler does have a problem. Simple solution though. Thank you!