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/...
JEL_W
New Contributor
7 years agoYes I've included the timer in QSys platform,
GuaBin_N_Intel
Contributor
7 years agoHave you selected any timer in "timestamp_timer" setting in your BSP editor?