Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
4 downto 0 must not be changed. i did what you tell but i got error:
to_integer is used but not declared. i already added use ieee.std_logic_unsigned.all - Altera_Forum
Honored Contributor
My mistake
You also need use ieee.numeric_std.all; http://www.synthworks.com/papers/vhdl_math_tricks_mapld_2003.pdf Has some really good info on this kind of stuff