Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDo you actually need reals? If possible it is a lot easier and more efficient to use integer arithmetic. In that case you can just use ieee.numeric_std.all and its unsigned and signed types.
If you absolutely need to use reals, I suggest to have a look at Altera's floating points megafunctions.