Hi All ,
Can anyone please tell the difference btw AXI3 and AXI4.
Regards
Muthuvenkatesh
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).
Thanks for your reply
Hi Collin,
"Additional handshake rule describing that B channel response can only be returned after both the AW and final W channel transfers have completed."
1. I think this is the case with AXI3 also or am I missing anything here?
2. If this is a unique requirement for AXI4, what is the reason for it?
Thanks,
Amaresh
Sorry my bad, the additional handshake is defined between AWVALD and BVALID in AXI4 in addition to WVALID to BVALID which was defined in AXI3.
Can you help me to understand the implications of this?
Colin Campbell said:New AxQOS, AxREGION and xUSER signals.
can you please explain the functioning of these signals in detail?
The signals are described in some detail in sectoin A8.1, A8.2 and A8.3 in the AXI spec, so is there something described there that you require additional detail on ?
indigocard Wrote:
Thanks for sharing such helpful post, the post you published have some great information which is quite beneficial for me.