• Regarding WRAP burst calculation in AXI4
    Could you please help me on this topics in AXI4 protocal :: 1. what is meant by Aligned and Unaligned address? 2.How can I calculate WRAP boundary calculation in AXI4? please explain with example...
  • AXI4 Burst Transactions
    I am new to AXI4 protocol. I would like to know how many clock cycles are required to complete a AXI4 burst write transaction. Eg. Burst length- Two , Burst size 16 bytes. Please give me answers...
  • 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...
  • 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...
  • I am working on AXI vip and I am confused about where should I put logic about burst(FIXED,INCR,WRAP) can anybody give me direction ?
    at which side I can declare logic about burst kind .at master side or slave side.