Forum Discussion

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

to_float() "right bound of range must be a constant" error

I'm using Quartus 7.2. When trying to compile this piece of code: variable denum : integer; variable num : integer; variable dividend : float (4 downto -27); ...