This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Difference btw AXI3 and AXI4

Hi All ,

            Can anyone please tell the difference btw AXI3 and AXI4.

Regards

Muthuvenkatesh

Parents
  • There are various changes.

    AxLEN now 8 bits wide to support INCR bursts of up to 256 transfers

    New AxQOS, AxREGION and xUSER signals.

    AxLOCK now single bit as support for "locked" transfers dropped.

    No WID signal now as interleaving of write data transfers no longer supported.

    AxCACHE[1] renamed to be the "modifiable" bit.

    "Memory types" defined to describe various AxCACHE encodings, explaining how these transfers should be handled by the system.

    Additional handshake rule describing that B channel response can only be returned after both the AW and final W channel transfers have completed.

    New concepts of "single copy atomicity" and "multi-copy atomicity" to define when parts of transfers or transactions can be seen by other elements in the system.

    I think those are all the changes (that I can remember).

Reply
  • There are various changes.

    AxLEN now 8 bits wide to support INCR bursts of up to 256 transfers

    New AxQOS, AxREGION and xUSER signals.

    AxLOCK now single bit as support for "locked" transfers dropped.

    No WID signal now as interleaving of write data transfers no longer supported.

    AxCACHE[1] renamed to be the "modifiable" bit.

    "Memory types" defined to describe various AxCACHE encodings, explaining how these transfers should be handled by the system.

    Additional handshake rule describing that B channel response can only be returned after both the AW and final W channel transfers have completed.

    New concepts of "single copy atomicity" and "multi-copy atomicity" to define when parts of transfers or transactions can be seen by other elements in the system.

    I think those are all the changes (that I can remember).

Children