• response ordering at AXI4 slave
    1) is response ordering logic need to be developed at Slave side? 2) Consider Single master-Single slave connection, master issue the outstanding read command to slave with following transaction 1st...
  • AXI4 ordering
    AXI4 document says that when a master issues multiple transactions to same / overlapping address with same ID, the order of arrival at the slave must be the same as the order of issue. I think it means...
  • Axi4 Write Transaction
    I got a doubt,Does Master should wait for Bresp to send next Write transaction or it can continuously send the transaction independent for Bresp.
  • Is there a limit for AXI4 outstanding transaction?
    Hi all! I'm working on an avalon to axi4 master writing bridge module. In many cases,I need to assert a large number of awvalid continually for writing efficiency(for instance, a frame of 4K video data...
  • AXI Read/Write ordering
    Note: This was originally posted on 24th October 2007 at http://forums.arm.com Hello,    Section 8.6 of the AXI spec says that reads and writes have no ordering restrictions between them.  It then says...