This PR improves the reader of streamer to fetch data more aggressively when the FIFO is full. Everytime when the receiver gives permission to transmit the data, the request for the subsequent data is immediately launched. When there is no contention, the buffer can be kept always full.
This PR improves the reader of streamer to fetch data more aggressively when the FIFO is full. Everytime when the receiver gives permission to transmit the data, the request for the subsequent data is immediately launched. When there is no contention, the buffer can be kept always full.