Forum Discussion

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

Synthesis Problem

Hi everyone, I have the following code worked fine: byte i, temp; for (i=20; i>=0; i--) begin temp = i; Array = array; end when I change it to: byte i, temp; for (i=2...