Forum Discussion
ZAhma1
New Contributor
6 years agoALTERA_FP_FUNCTIONS Single Precision Multiplier doesn't seem to support subnormal numbers
I am trying to use a Single Precision Floating Point multiplier as generated by QSys in Quartus Prime 16.1.2. We are using an Arria 10 device so the option I have is to use the ALTERA_FP_FUNCTIONS mo...
- 6 years ago
Yes, I got the problem.
However Altera floating-point IP cores do not support denormal/subnormal number inputs. If the input is a denormal value, the IP core forces the value to zero and treats the value as a zero before going through any operation.
Hence we are seeing output zero.
Regards
Anand
AnandRaj_S_Intel
Regular Contributor
6 years agoYes, I got the problem.
However Altera floating-point IP cores do not support denormal/subnormal number inputs. If the input is a denormal value, the IP core forces the value to zero and treats the value as a zero before going through any operation.
Hence we are seeing output zero.
Regards
Anand
- ZAhma16 years ago
New Contributor
OK. That's what I thought. Thanks for clarifying.
Thanks!
--Zohair