Forum Discussion
Chris039
Occasional Contributor
3 years agoFloating point not working in Nios V
Hi,
I run the code below using both Nios V processor and online C code compiler,
#include <stdio.h>
int main() { double total = 5; int number = 1; float percentage = number / total ; pr...
KellyJialin_Goh
Frequent Contributor
3 years agoHi Chris,
I just got some news back from the engineering team. Unfortunately support for hardware Floating Point Unit (FPU) is not currently available in Nios V therefore floating point cannot be performed. This feature is expected to be released in future Quartus version.
Thank you so much for posting on Intel forum and I shall set this case to close-pending in the next few days.
Regards,
Kelly