I'm attempting to synthesize some VHDL that has many nested for loops whose bounds must change so I'm using integer variables as the bounds. The error I'm getting is:
ERROR:Xst:1549 - Range bound must be a constant.
ex: for i in 15 downto ground loop
for k in 0 to fin loop <<error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.