Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Timing calculation help!

Hi, I'm new to nios. I'm writing an app to calculate position of a moving point. S = S0 - v*t. I need help to implement the t value. I'm thinking of using for loop for (t=0;t<1000;t...