Operator of a parametrized Posit multiplier for the FloPoCo tool (http://flopoco.gforge.inria.fr/).
- Edit
CMakeLists.txt
addingsrc/PositMult
- Edit
src/FloPoCo.hpp
adding#include "Posit/PositMult.hpp"
- Edit
src/main.cpp
performing similar action - Repeat steps with
PositDecoder
- Compile and fix
In contrast with previous posit implementations, any posit configuration multiplier can be synthetized. This means, not only for es > 0, but even lenght of 0 for the exponent field can be assigned.