Circuits computing just right
http://embdev.net/topic/215370
FloPoCo received the Community Award of FPL 2017, the 27th International Conference on Field-Programmable Logic and Applications.FloPoCo is a generator of arithmetic cores (Floating-Point Cores, but not only) for FPGAs (but not only).
The first motto of FloPoCo is that arithmetic on FPGAs should not mimick processor arithmetic. By designing radically new operators, one may obtain more accurate results with less hardware in less time. This thesis was first detailed in this document.
The second motto of FloPoCo is to enable computing just right. All FloPoCo operators are
All this is the subject of our book. Click on it for details.
FloPoCo is not a library of operators, but a generator of operators written in C++. It inputs operator specifications, and outputs synthesizable VHDL.
While waiting for the next release (we are working on it, honest) you may want to read the 2-page paper Reflections on 10 years of FloPoCo, or look at the slides presented at our FPL 2024 keynote.
FloPoCo is open-source, contributions are welcome!
FloPoCo is distributed under the FloPoCo license. It is a modified AGPL, so that the code generated by FloPoCo is itself available under LGPL.
Do not hesitate to contact us to negociate a commercial license.
Beware of the many orphaned operators which haunt our attic directories and obscure branches.
In doubt, you probably want to cite the book:
Florent de Dinechin and Martin Kumm.
Application-Specific Arithmetic.
Springer, 2024.
If you want to refer to a specific operator or technique, please look up the publication that describes it, if it exists, and cite it.
If you want to refer specifically to the framework or the project, you may cite the publication below:
Florent de Dinechin and Bogdan Pasca.
Designing custom arithmetic data paths with FloPoCo.
IEEE Design & Test of Computers, 28(4):18--27, July 2011.
[ bib |
.pdf ]
A shorter and more recent overview of the project: Florent de Dinechin. Reflections on 10 years of FloPoCo. In 26th IEEE Symposium of Computer Arithmetic (ARITH-26), June 2019. [ bib | pdf ]
FloPoCo is managed by Florent de Dinechin (contact: Florent.de-Dinechin at insa-lyon.fr) and Martin Kumm (contact: martin.kumm at cs.hs-fulda.de).
Developers: Hatam Abdoli, Sebastian Banescu, Louis Besème, Andreas Böttcher, Nicolas Bonfante, Nicolas Brunie, Romain Bouarah, Victor Capelle, Jiajie Chen, Maxime Christ, Caroline Collange, Quentin Corradi, Florent de Dinechin, Orégane Desrentes, Jérémie Detrey, Antonin Dudermel, Fabrizio Ferrandi, Nicolai Fiege, Luc Forget, Martin Hardieck, Valentin Huguet, Kinga Illyes, Matei Iştoan, Mioara Joldeş, Johannes Kappauf, Cristian Klein, Marco Kleinlein, Kilian Klug, Martin Kumm, Jonas Kühle, Keanu Kullmann, Louis Ledoux, Jean Marchal, Antoine Martinet, Konrad Möller, Raul Murillo, Annika Oeste, Bogdan Pasca, Bogdan Popa, Xavier Pujol, Guillaume Sergent, Viktor Schmidt, David Thomas, Radu Tudoran, Alvaro Vasquez, Anastasia Volkova
Some of FloPoCo's operator code is based on FPLibrary and HOTBM code by Jérémie Detrey.
The following people have contributed to FloPoCo in some way (bug reports, porting, etc): Greg Davey, Mariusz Grad, Daniele Mastrandrea, Pedro Echeverría Aramendi.
FloPoCo uses Sollya, ScaLP, WCPGlib, and relies heavily on GMP and MPFR.
FloPoCo is essentially developed using Free Software. Special thanks to the NVC project for providing us a perfectly useable VHDL simulator.
The following support is gratefully acknowledged