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
Of course you can do the conversion in your own code. Float to integer is relative simple arithmetic, just a variable shift.