Forum Discussion

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

generate 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+...