• Why does an AHB slave require HBURST signal?
    HBURST specifies the type of the transfer, but what exactly does the slave/(interface) do with the HBURST signal?
  • AHB DeadLock: HREADY=0 & HTRANS=BUSY
    If the slave asserts wait state (HREADY=0), and master asserts HTRANS =BUSY, then should the slave wait for change of HTRANS from BUSY to NONSEQ/SEQ or should the slave change the HREADY=1. This condition...
  • 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?
  • 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...
  • HREADY signal and single transfer in ahb lite
    HI... A) 1). I am now using a continuously 10 transfer of the SINGLE BURST write based read transfer. In spec says the default ready signal is HIGH. 2).First thing i complete the first transfer...