• boundary concept
    Hi all, I am new to protocols AHB and AXI. can anyone explain why there is 4kb boundary in AXI and why there is 1 kb boundary in AHB? Also what these boundaries are for? Does they represent the...
  • AHB WRAP address boundaries
    Note: This was originally posted on 18th June 2008 at http://forums.arm.com AMBA spec (v2.0) only shows how the addresses wrap when hsize = 2 (word). Is it because the address boundary remains the same...
  • 4k boundary in AXI
    Why the word boundary in AXI is 4k?
  • to size boundary of the structure alignment
    dear All, i started an arm cortex m3 project using eclipse+gnu. i want to size boundary of the structure alignment. where and how i can do it? thanks and regards, Ras
  • WRAP BOUNDARY IN hsize=0
    Hello All, I am using a WRAP4 burst and my HSIZE=O. So boundary=(beat * hsize in byte) = 4 *1 = 4 My starting addrss=217 The wrap4 will increment to 217,218,219,216. This is correct or not...