F
FPGA
I want to write a function to
1) convert single precision 32 bit floating point number to integer
and return integer
2) convert integer to single precision floating point number and
return 32 bit floating point
What are the parameters I should give to each functions and what logic
do I use for both the functions.
Do i need to write seperate function for signed and unsigned numbers?
Your help would be appreciated
1) convert single precision 32 bit floating point number to integer
and return integer
2) convert integer to single precision floating point number and
return 32 bit floating point
What are the parameters I should give to each functions and what logic
do I use for both the functions.
Do i need to write seperate function for signed and unsigned numbers?
Your help would be appreciated