math icon indicating copy to clipboard operation
math copied to clipboard

SpinalHDL Hardware Math Library

Results 3 math issues
Sort by recently updated
recently updated
newest added

This adds several improvements to the converters from and to fixed point: - Fixed point to floating point now supports fractional bits - Uses AFix and Flow in I/O -...

"(delta_part_a + delta_part_b)" can be "(delta_part_a } delta_part_b)", replacing an adder with an OR operation, which might be slightly quicker or use less resource if implemented in H/W.

With #8, I think the library will become interesting for a wider audience, now also including VHDL and Verilog users. However, at the moment the name of the library is...