ucb-bar / berkeley-hardfloat

Other
291 stars 87 forks source link

how to use DivSqrtRecFN_small.scala #19

Open Foutse opened 7 years ago

Foutse commented 7 years ago

I want to perform division and calculate the square root for floating point numbers using the above class. Please can someone help me with the documentation? I am using chisel3. Thank you.

jhauser-ucberkeley commented 7 years ago

The Berkeley HardFloat sources are all still "pre-release", with very limited documentation and support. If all goes well, the first complete release will be sometime in 2018.

If I'm not too late, what specific problem are you having? I've never used Chisel 3, so I may not be qualified to help with that.