This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Delay in BCP Output during Multiple Submissions.

Hi.

I am using EVM 6670 for running the application in which Multiple BCP Submissions(let's say four Submissions at a time) to CORR Submodule are happening at a time. From BCP I am getting the Output of first Submission after 26000 cycles, the Output of Second, third and fourth Submission is coming after 38000 cycles from the time First, Second and third Outputs respectively are available.

If I submit One packet at a time to BCP that means until I did not receive the Output from BCP,I did not submit next packet(but I submit the next packet as soon as previous packet is recieved), then also the BCP cycles are the same as above.

In the next experiment,If I submit One packet at a time to BCP that means until I did not receive the Output from BCP,I did not submit next packet(but also I introduce a delay of 20000 cycles in the Submission time of Packet to BCP),in that case the BCP cycles computed for first, second , third and fourth submission are the same close to 16000 cycles.

The Question here is why the processing time of each packet in Multiple Submissions are not the same ? As I know the BCP will start processing the next packet as soon as the processing of previous packet is completed.