
Floating Point - Integer Conversion Cores

Attached are three cores that perform various conversion
functions. All cores are written in Verilog, and are purely
combinatorial. They all perform operations on either a 32 bit
integer (signed 7 unsigned) or a single precision floating
point number.

i2f	Signed Integer to Floating Point
ui2f	Unsigned Integer to Floating Point
f2i	Floating Point to Signed Integer


Rudolf Usselmann
rudi@opencores.org



