• Readunique and cleanunique transactions in ACE protocol
    In case of readunique transaction cache line is copied into the initiating master's cache(whether it is clean or dirty) and invalidated in snooped master's cache and then store operaation is performed...
  • AXI transaction failure
    Hello everyone, I'm pretty new to axi and i still try to figure things out. I'm using Zybo device and created a custom ip with a master and a slave interfaces. I have create design as you can see in...
  • 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...
  • Does AHB-Lite Protocol require the master processor to be pipelined?
    The transfers in AHB protocols occur in two phases - address phase and data phase. Does this mean that the processor (Master) must have pipelined architecture?
  • 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?