16-bit floating point division (half-precision)?

59 Views Asked by At

how can I divide a 16-bit float point number by a 16-bit float point number (half-precision)?

I did the sign with XOR gate, the exponent with 5bit subtractor, but couldn't do the mantissa. how can I do the normalizing and rounding?
logisim

0

There are 0 best solutions below