Floating point unit question

Thread Starter

capricorn

Joined Jun 21, 2009
1
a question asked for my previous exam

******
Q.Draw a neat diagram of a floating point unit and explain how addition and subtraction are carried out in floating point unit.
******

:eek: i cant find the diagram anywhere on the internet,, and there is no suitable explanation to it also,,, :confused::confused::confused:

please HAYLP:p:cool:

seriously please
 
Last edited:

Papabravo

Joined Feb 24, 2006
22,116
Sorry to burst your bubble, but even the internet can't answer every question. Here is what we know:
  1. You need to restore the implied 1 in the mantissa before you can add or subtract
  2. In order to add or subtract two FP numbers they must have the same exponents
  3. If the mantissa is shifted left then the exponent must be decremented.
  4. If the mantissa is shifted right the exponent must be incremented.
  5. Once the exponents are the same you can add and subtract with a normal adder and subtractor circuit.
  6. The result must be normalized and the implied 1 must be removed.
This should suggest at least a block diagram
 
Top