• 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...
  • AMBA 3 AHB-Lite Protocol master and slave connection
    0 down vote favorite i want to make a design for AMBA 3 AHB-Lite Protocol i have the design for master and slave but i have a problem when i make the test bench the value of the HRDATA is do not care...
  • Question about AHB-Lite interconnection
    Hello to all AHB experts, I have some question about AHB-Lite interconnection. If I want to build 2 masters share 1 slave systems. I add a arbiter in the interconnect circuit, so that only one master...
  • AHB lite single master single slave
    I have completed the material provided by arm, can i plz have a simple code of single master and single slave in ahb_lite protocol for better understanding?
  • 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...