AXI protocol address calculation

How can we come to know the next calculated address from slave is correct in AXI 3 protocol, as the in the waveform we can see only start address given from Master?

In reply to Harshavardhan M:

I guess you are using Burst method, simple you cannot by analyzing AXI-Master - Slave signals
You need to go inside the Slave and see whether it generates correct signals.

In reply to haykp:

In reply to Harshavardhan M:
I guess you are using Burst method, simple you cannot by analyzing AXI-Master - Slave signals
You need to go inside the Slave and see whether it generates correct signals.

what if given slave is a black box, and am not able to view it but just the calculated address is visible ?

In reply to Harshavardhan M:

If you can see the next-calculated address of slave than the issue is resolved.
you just look on following parameters of master (for read):
araddr
arlen
arsize
arbust

and look on speck to understand how Burst is formed.
Long time ago I uploaded Burst explanation video in youtube:https://www.youtube.com/watch?v=CE2L5gfuxPo ( but sorry it is not in English(( ) .