Forum Discussion

anaza3's avatar
anaza3
Icon for New Contributor rankNew Contributor
5 years ago

Implementing "Wait" or "Sleep" in HLS module

I want to write a HLS module(writing in C and using i++) that periodically(almost every second) copies a block of memory to another location. How can I implement the wait time? should I just implemen...