This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Alignment Address Calculation in AHB

Hello I want to know the calculation for

HSIZE=2 and Wrap 8

and starting address is 0x4

and how we are doing alignment ???

Parents
  • The other 2 examples which is given here, Does it satisfies the address alignment of AHB ?  

    In the third examples, how the next address is come out to 0x20 from its previous address 0x3C, as the boundary is 0x20 only ?

    Could you Please explain it clearly, Thanks in advance 

Reply
  • The other 2 examples which is given here, Does it satisfies the address alignment of AHB ?  

    In the third examples, how the next address is come out to 0x20 from its previous address 0x3C, as the boundary is 0x20 only ?

    Could you Please explain it clearly, Thanks in advance 

Children
  • The 3 examples in Vanhealsing's reply from 2 years ago are all correct and meet all the address alignment requirements of the protocol.

    With an 8-beat 4 byte burst you have 32-bytes total to transfer (0x20 in hex), so the "wrap_boundary" the burst will wrap down to in example 3 is 0x20, as the burst will wrap if an address increment were to hit the next higher wrap boundary at 0x40.

    If there is something that worries you here, can you expand on your concern ?