• AXI3 & AXI4 wrap burst length

    Hi,

    Was going through AXI spec.

    As per AXI spec:

    "AXI3 supports burst lengths of 1 to 16 transfers, for all burst types."

    "AXI4 extends burst length support for the INCR burst type to 1 to 256 transfers. Support for all other burst types in…

  • Reason for having decouple write address, data channels in AXI4

    Can someone explain me the advantage of having decouple write address, data channels in AXI4?

    In AXI3 with data interleaving we can have multiple masters sending data to various clients but in case of AXI4 we don't support interleaving so how decoupled…

  • AXI Write data interleaving

    Hello Everyone,

    [This not specific to AXI3/4] Can someone give an example on how write data interleaving works? Is it used only when we have multi-master cases? or its possible with single-master cases also?

    In case if we have 2 burst transfers with A …