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 implement a for loop without body? how can I be sure that optimizer doesn't get rid of it since it doesn't do anything?

1 Reply

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi ,

    You can explore the usage of volatile keyword in case you don't want the compiler to optimize away specific contents.

    Thanks and Regards

    Anil