R
Roman Zeilinger
Guest
Hello
I have the following problem:
I want to generate a module consisting of single bit modules. The problem is
now that I want to increase the index i of the for loop by 2 in each
interation.
So can someone please tell me how I have to modify this for loop so that i
is incremented by 2 after each interation? I tried i := i+2 but this doesent
work
gen_modul: for i in 0 to 6 generate
.....
end generate gen_modul
Thanks a lot
Roman
I have the following problem:
I want to generate a module consisting of single bit modules. The problem is
now that I want to increase the index i of the for loop by 2 in each
interation.
So can someone please tell me how I have to modify this for loop so that i
is incremented by 2 after each interation? I tried i := i+2 but this doesent
work
gen_modul: for i in 0 to 6 generate
.....
end generate gen_modul
Thanks a lot
Roman