Simple Floating Point Adder un Verilog HDL

Thread Starter

Danilito

Joined Apr 15, 2017
4
Hello,

I have to develope a code to add two numbers in floating point with Verilog HDL in Quartus II.
Does anybody know where I can search for info o how I can begin, unfortunately I have to do it from scratch.

Thanks a lot,

DMA
 

WBahn

Joined Mar 31, 2012
30,056
How about taking out a piece of paper and a pencil and seeing how YOU would add two floating point numbers and get the result into the prescribed format?

What IS the prescribed format? IEEE-754, or something else?
 
Top