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
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