• Aligned and unaligned word transfers on a 64-bit bus
    address = 0x07 transfer size = 32 bit burst type = INC Burst length = 4 transfers Can you please explain this example of unaligned word transfer on 64-bit bus. Why the second transfer started...
  • unaligned address in AXI protocol
    i am sending data "NEWDATAA" which is 8 bytes. and starting address is 5, which is unaligned address then whether my data is loss or not . please explain how the whole transfer will happens. how the strobe...
  • AXI protocol - Unaligned data transfer definition
    IN axi,what is unaligned data transfer??
  • pseudocode description of transfer in AXI
    Hello I am new to AXI and just saw the pseudocode for a transfer in the spec of AXI . My question is regarding Data_Bus_Bytes . Q1- The spec says that Data_Bus_Bytes is number of 8 bit byte lanes in...
  • why use unaligned transfers in AXI
    I want to know why use unaligned transfer in AXI? I think just use WSTRB is enough for transfer. please explain why use unaligned transfer and usually, when use unaligned transfer and when use WSTRB...