Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTo learn about allowed VHDL constructs I suggest to read a text book or the LRM.
In the present case, these points should be considered: - the range of sequential for loops as well as generate loops must be constant. - you can achieve a variable range or a variable step size in sequential for loops by combining it with conditional statements - this is impossible with generate statements by their nature