Forum Discussion
Altera_Forum
Honored Contributor
15 years agoerror in fixed point division
ibrary IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL; library ieee_proposed; use ieee_proposed.fixed_float_types.all; use ieee_proposed.fixed_pkg.all; entity div_fixe...
Altera_Forum
Honored Contributor
15 years agoI don't know, what's the purpose of ieee_proposed.fixed_float_types in this relation, I also don't have it in my fixed_pkg library. Without it, the code compiles. It involves no actual logic, however.