• What purpose do wrapping BURST transfers serve?
    I've understood how it works and what happens in it, but what is the use of having a wrapping bursts? What are some scenarios where it provides an edge?
  • 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...
  • 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...
  • 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...
  • State Machine for AHB-Lite Protocol
    This is more of a conceptual doubt than a doubt in protocol. I've come across many papers where state machines are designed for AHB and AHB-Lite. I never understood why a state machine is required and...