Sale!

CS2310: Foundations of Computer System Design Lab Assignment 6

$30.00 $18.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (1 vote)

Design of 16-bit Floating Point Multiplier
16-bit floating point format:
Sign bit
Biased Exponent: 8 bits
Mantissa Fraction: 7 bits
Normal numbers

The input and output operands are to be specified using either %B or %X format.
The %D format cannot be used.

Test cases:
Two pairs of numbers of the same sign
Two pairs of numbers of opposite sign

One pair of numbers for which the magnitude of the product of mantissas is
greater than 2.0
One pair of numbers for which the magnitude of the product of mantissas is
between 1.0 and 2.0