Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- You could try using integers. Multiply the FP numbers by a scalar to convert it to a integer, divide the integers, then convert back to FP or divide down to get just the integer result of the multiplication. --- Quote End --- Floating to integer conversion is not as simple as "multiply by a scaler", you need to do a full conversion. You may be thinking of fixed point, which is just integer arithmatic anyway.