while loop in High Level Synthesis (HLS)
I have a question on use of while loop in HLS. In my code, I need to wait for 2 streams to go non-full, before writing data to them. So can I write a code similar to one below :
I have a question on use of while loop in HLS. In my code, I need to wait for 2 streams to go non-full, before writing data to them. So can I write a code similar to one below :