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

axi protocol - Beat definition

What is a beat in axi??what does that mean??

  • A 'beat' is an individual data transfer within an AXI burst.

    An AXI 'burst' is a transaction in which multiple data items are transferred based upon a single address, and it is each data item transferred that is referred to as a 'beat'. Since there is only one address transfer, the addresses of each 'beat' in a burst are calculated based on the transaction type (INCR, FIXED or WRAP).

    The AXI3 protocol allows up to 16 beats in any burst transaction, whereas the AXI4 protocol allows for up to 256 beats in an INCR type burst transaction.

  • The question was answered and no further comment added, so I am marking the answer correct on behalf of the poster. Thanks for your help building the knowledge base harriman-smith!