Hi <@U016EM8L91B> <@U02G0CLTGTH>, cace-gui has a s...
# chipalooza
a
Hi @Tim Edwards @Leo Moser, cace-gui has a strange rounding error, not so terrible but a bit ugly. This is a sweep in voltage from 1.0 to 2.0 in steps of 0.2, the "problem" here is the duplication of the 2.0V results (1.99999 and 2.0). I'm not sure how complex would be to fix this rounding error in the program. ¿Maybe doing an internal conversion to avoid floating point arithmetic? It's too complex I think. In my case the best solution is to use mV instead, integer math only. Maybe that's the best solution
t
Thanks. Small issues are going to wait until a more "quiet time" to fix. It's basically my fault for not using formatting for the numerical output, but just printing a string representation of the internal floating-point value. Easy enough to fix.
l
@aquiles viza Feel free to open an issue at: https://github.com/efabless/cace/issues Then we won't forget about it 😃