Please enable JavaScript.
Coggle requires JavaScript to display documents.
AXI, AXI, Partitioning of code, Comment:
In general data gathering (large…
AXI
Burst
A transfer is a single exchange of information, with one VALID and READY handshake.
A transaction is an entire burst of transfers, containing an address transfer, one or more data transfers, and, for write sequences, a response transfer.
Burst transactions based on start address: AXI managers only issue the starting address for the first transfer. For any following transfers, the subordinate will calculate the next transfer address based on the burst type.
-
-
-
-
Handshake
-
-
-
These rules mean that READY can be asserted before or after VALID, or even at the same time.
-
-
AXI is a burst-based protocol,
-
-
-
-
-