Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMultiplying by 0.5 is the same as divide by 2, which is just a 1 bit shift to the right, and discard the LSB (and/or maybe do some rounding).
Why do you want to use floating point? LPM_Constant just drives an integer, not a floating point.