Verilog code help for Floating Point Unit

Guest
Hi friend/Experts,

Now i am working on a reconfiguarable DSP
processor.

To Complete my Masters Degree project i need a Floating Poin Unit
Which can perform
addition,subtraction,division,multiplication & sin,cos,inverse
function on Floating Operands

With out this unit i am unable to test my Processors Top Module.


Kindly some one help me as quick as posible.
plz,plz................
 
debasish.mandal23@gmail.com wrote:

i need a Floating Poin Unit
Which can perform
addition,subtraction,division,multiplication & sin,cos,inverse
function on Floating Operands
With out this unit i am unable to test my Processors Top Module.

You may be able to cover the verification with integers.
Related example:
http://myhdl.jandecaluwe.com/doku.php/cookbook:sinecomp

Like Jan says:
"The floating point numbers are represented as integers. Technically,
this means rounding them to a fixed number of bits, and then multiplying
them with the factor 2**F, where F is the number of bits after the point."


-- Mike Treseler
 

Welcome to EDABoard.com

Sponsor

Back
Top