Need help figuring out a way to convert IEEE 754 representation to Posit
Here is the algorithm we are using in Universal. It is part of a larger design based on bit-level manipulation. For fast conversions for standard posits, you can look at the specialized implementations in
https://github.com/stillwater-sc/universal