Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe question sounds confused. All numbers (signed, unsigned) have basically a binary representation in digital processing. There's nothing to convert.
Real is however an abstract data type for simulation purposes only. It's not synthesizable. Special binary formats exist for floating point numbers (e.g. IEEE single and double), but the present code is dealing with integer numbers only and doesn't need float.