B
Bochumfrau@gmx.de
Guest
Hi @ all,
I want to define a loop border
which is not static.
example:
....
for i in l_border downto 0 loop
...
end loop;
The signal l_border could be an integer signal whose value is
calculated before.
The problem is when I try to compile it (Altera QuartusII)
I get the error message that the border must be a constant.
Also tried it with a while-loop but then I get the error message
that no signals can be uses in the loop environment.
Does somebody know how to solve this problem?
Thank you for your help.
Regards )
Eva
I want to define a loop border
which is not static.
example:
....
for i in l_border downto 0 loop
...
end loop;
The signal l_border could be an integer signal whose value is
calculated before.
The problem is when I try to compile it (Altera QuartusII)
I get the error message that the border must be a constant.
Also tried it with a while-loop but then I get the error message
that no signals can be uses in the loop environment.
Does somebody know how to solve this problem?
Thank you for your help.
Regards )
Eva