JulianKemmerer / PipelineC

A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.
https://github.com/JulianKemmerer/PipelineC/wiki
GNU General Public License v3.0
567 stars 46 forks source link

Example algorithms ideas #55

Open suarezvictor opened 2 years ago

suarezvictor commented 2 years ago

Binary to decimal can be executed in a single cycle using few resources with this algorithm https://jk-jeon.github.io/posts/2022/02/jeaiii-algorithm/

JulianKemmerer commented 2 years ago

Wow - who would have thought there was so much to be said about optimizing binary to decimal, neat :nerd_face:

suarezvictor commented 6 months ago

Integer sqrt https://twitter.com/tom_verbeure/status/1327500422177726466