Altera_Forum
Honored Contributor
9 years agofloating point number
Hi All, How can I convert a std_logic_vector number into a floating point number? What is the command-operator? what library to use? is it synthesizable ? Thanks
If you want a synthesisable fp number you will have to use slv and user the floating point cores provided by altera. But why do you want floating point? Usually fire FPGAs it is far more efficient to use fixed point.