• outsanading behaviour in AXI Vs memory latency
    I am trying to implement the axi outstanding feature in CPP, i tried to search if there is already a model in CPP, did not find alot. Is there such model ? If not, Is there any diff in terms of READ and...
  • Introduction to AXI Protocol: Understanding the AXI interface
    When part of a team, your group can become more capable than a single individual, but only if your team can work together and communicate effectively. Having members of a group talk over each other leads...
  • Lock Signal for AXI Slave
    According to what I read in AXi spec sheet, AxLOCK signals are used by the Masters for a locked access to a slave and it's the arbiter/interconnect which takes care of the AxLOCK signal. Am I right when...
  • burst-based transactions on AXI
    Hi, I'm confusing with burst transaction in AXI. there is one key feature in AXI spec.... > "burst-based transactions with only start address issued" How can we understand this point? ...
  • 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...