Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dyna-bytes/fisr

Specialized FPU for Fast Inverse Square Root Algorithm
https://github.com/dyna-bytes/fisr

floating-point fpu hardware-acceleration verilog

Last synced: 3 days ago
JSON representation

Specialized FPU for Fast Inverse Square Root Algorithm

Awesome Lists containing this project

README

        

# FISR
Specialized FPU for Fast Inverse Square Root Algorithm

----
Got inspired from this [video](https://www.youtube.com/watch?v=p8u_k2LIZyo)!
I might think it would be easy to understand what we did if you watch the above video.

FISR algorithm computes the inverse square root( $y = {{1}\over {\sqrt x}}$ ) 4 times faster than traditional methods with IEEE floating point tricks.

We have succeeded in implementing this algorithm as digital circuits using Verilog. Hope you enjoy viewing our work!