• What purpose does BURST feature in AHB serve?
    I am not able to see any visible improvements due to the BURST transfers. The same BURST transfer could be done through multiple SINGLE transfers, in the same number of cycles. Then what is te advantage...
  • AHB Lite Multiple burst without idle transfer
    Hi All, Consider the following burst transfers. 1. INCR4 (WR) IDLE INCR4(RD) 2. INCR4 (WR) INCR4(RD) 3. INCR4 (WR - WR1 ,WR2, IDLE, WR3 ,WR4 ) INCR4(RD) All the above transactions are valid...
  • single burst in ahb lite
    HI I am using a single transfer in ahb lite in wait state.First i am write till htrans will maintain or not. If i am using a write based read ,The write is not complete due to wait at the time ,At...
  • What is expected from response if in WRAP txn in AHB is un-aligned.
    Hi, In spec it's mentioned that in WRAP transaction the un-aligned address will be made aligned but only when it's crossing the boundary. Wanted to know what's expected when the WRAP txn is started...
  • Burst termination with BUSY transfer on AHB
    I heard that when HTRANS is BUSY, undefined length burst (INCR) will be terminated. But when I read a document, I saw an example that BUSY transfer followed by SEQ transfer during an undefined length...