I just started using chisel, it seems to be way more powerful than writing bare-metal verilog.
I wanted to use chisel to build a hardware floating point unit supporting IEEE754 standard (i.e. generate verilog code to construct FPU). However, I've read through your documentations on
https://chisel.eecs.berkeley.edu/documentation.html but didn't find anything mentioned floating point. But I found the Flo.scala and FP.scala source files in your github repo. Also it says "Sizeable standard library including floating-point units" on your homepage. So I'm wondering is floating point actually support? If so any pointers where I should go?