Starting from:

$30

CSE306 Floating Point Adder-Solved

Each floating point will be 16 bits long with following representation:
Sign

1 bit
Exponent

4 bit
Fraction 11 bit
You have to implement your design in any simulator software of your choice. Please note that, if your chosen simulator does not provide support for 16-bit ALU, you can construct one by cascading number of smaller ALUs. Moreover, since construction of ALU is not major focus of this assignment, you can take help from the Internet or other sources (or even use someone else’s implementation) for the 16 bit ALU part only. The rest of the circuit design and implementation must be done by yourselves.


More products