[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fpu] 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 & 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

rudi

Conv.zip