Altera_Forum
Honored Contributor
11 years agoConversion IEEE 754 to BCD
Hello everybody,
I'm doing an academic work in which I have to use IEEE 754 to make some operations. I'm using the megafunction to floating point and it's working properly. Now I need to show the results in 7 seg displays of a kit and I don't know how to do the conversion between IEEE 754 and some format that I can show in the displays. Have you any idea to help me with that? I've already tried to use TO_INTEGER function and the conversion blocks of the megafunction, but none of them work. Thank you!