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 between FIXED and INCR burst in AXI?

For any burst transfer Master has to pass only first address, for the consecutive transfer address calculation is taken care by Slave. So i want to know what is the basic difference in FIXED and INCR burst transfer?

Parents
  • Hi jayesh,

    if the burst length is "1", FIXED and INCR bursts are equivalent. FIXED burst is a transfer of which next address is not changed. INCR burst is a transfer of which next address is incremented by the data size (ARSIZE/AWSIZE). Basically FIXED burst is used for an address fixed I/O port (e.g. UART TX or RX register) to make continual accesses. INCR burst is used for a normal memory device. Although I'm not sure what your intention is, does it help you?


    Best regards,
    Yasuhiko Koumoto.

Reply
  • Hi jayesh,

    if the burst length is "1", FIXED and INCR bursts are equivalent. FIXED burst is a transfer of which next address is not changed. INCR burst is a transfer of which next address is incremented by the data size (ARSIZE/AWSIZE). Basically FIXED burst is used for an address fixed I/O port (e.g. UART TX or RX register) to make continual accesses. INCR burst is used for a normal memory device. Although I'm not sure what your intention is, does it help you?


    Best regards,
    Yasuhiko Koumoto.

Children