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 agoUse timestamp to count the operation time https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii5v2gen2.pdf, exampl 6-9,pg173
- JEL_W7 years ago
New Contributor
I get ' undefined reference to alt_timestamp_...', even If declared the libraries, do you have an idea about what's missing ?