Hi Christian, On Thu, Mar 14, 2019 at 04:08:32PM +0000, Grönke, Christian wrote: > > The framework code seemed to work fine. I used your code for the conversion: > linear11 -> 'scaled integer' -> ieee754 > It provided a way to test the code and was easy for me as my tries to do > some other bit magic weren't successful. That means I partly tested the code > from pmbus_data2reg_ieee754 as my read_word function uses this for the > conversion. Of course not the module local function... > Wondering ... I would have thought that it should be possible to implement a simplified linear11 <--> ieee754 conversion, without converting to a scaled integer first. Have you tried that ? Thanks, Guenter