0

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

Arthur
  • 1
  • 1
  • 1
    So far, you have done about 2% of the logic and ask for the remaining 98%. Perhasp try more, Consider how you [divide](https://en.wikipedia.org/wiki/Long_division), now try it in base 2. – chux - Reinstate Monica May 23 '23 at 20:36
  • Do you want to implement this with only logic gates? Did you manage to implement integer division already (e.g., using shifting and conditional subtracting)? – chtz May 24 '23 at 00:26
  • I added a picture of my logisim circuit. – Arthur May 24 '23 at 17:25

0 Answers0