Forum Discussion
JEL_W
New Contributor
7 years agoFloats number nios
hi all, I want to implement this operation, in NIOS II : float a,b,c,registre; clock_t temps_initial,temps_final; float temps_cpu; a=2.45; b=3.48; temps_initial =clock(); registre=a/...
GuaBin_N_Intel
Contributor
7 years agoWhat does you mean not working? Did it print out something wrong or had build error?