Altera_Forum
Honored Contributor
12 years agogenerate with step other than unit
Hi,
I need to write a GENERATE statement, but the step must be different from unit. Something like:
gen: for i in 0 to 20 generate
temp(i) <= temp(i+4-2) or temp(i+4-1);
end generate;
this "i" must be incremented by 4 units instead of 1. Regards Jaraqui