Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- with something like this: gen: for i in 0 to 4 generate temp(i) <= temp(i * 4 +4-2) or temp(i * 4+4-1); end generate; but check the range of i. --- Quote End --- thank you! I will test this solution, but I need only temp(0), temp(4), temp(8), ... be the positions to receive assignments. Writing in this way, I suspect that temp(0), temp(1), temp(2), ... would receive assignments Regards Jaraqui