vhdl - IEEE Float input to BCD convertion -


if use 1 std_logic_vector (31 downto 0) input of entity. exists form of using 32 bits (ieee format) convert them ascii form ?

i have 3.14:

input  ----> 0100 0000 0100 1000 1111 0101 1100 0011 (in ieee 32 bits form) output <---- 0011 0011 0010 1110 0011 0001 0011 0100                 3    3    2    e    3    1    3    4                 \__/      \__/      \__/      \__/                   3         .         1         4    (in ascii form) 

the number 3.14 example. may number in 32 bits used input of entity.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -