Forum Discussion
Altera_Forum
Honored Contributor
12 years agoMaking a dlay in a c code
Hello every body; How can i use the "times" function to make delay in my Nios2 code, as I built a VHDLcode that have a latency of 46 clk cycle, and I want to read its output after this latency. ...
Altera_Forum
Honored Contributor
12 years agoThanks Cris72 for your attention;
I cannot use the ready signal as my code is designed to be in a pipe lined structure i.e every clock cycle there is an output, I just need to make a time delay in my soft code, here how can I use the usleep() function as you say. Thanks.