Forum Discussion
Altera_Forum
Honored Contributor
22 years agoLong to Float
Hi, I have a custom instruction which returns a float, but NIOS seems to grab this and treat it like a long, converted to float (if that makes sense) # include "system.h" int main (void)...
Altera_Forum
Honored Contributor
22 years agoI could of swore I saw something about it not returning floating point data, but I may not have had my 6 cups of coffee before reading that.
I would use the hack that James suggested myself.