You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to have a thoroughly tested (possibly using berkeley's hardfloat module) floating point library for at least the basic operations of +, -, *, and /. There are some helpful tutorials here that could help with implementation.
I would recommend starting with multiplication, as it is the easiest to implement in floating point (with division being pretty similar). I would also recommend first making combinational versions (possibly in a CombFloat IP) before looking into pipelined and latency insensitive designs.
ADD DESCRIPTION
The text was updated successfully, but these errors were encountered: