• How to deal with the AHB slave only supporting word access ?
    Hi there,   Here is an AHB slave module which only supports word access (HSIZE[2:0] = 3'b010).   I plan to put it in a SoC, in which masters and interconnect could  launch byte, half-word and word transcation...
  • AMBA AHB SLAVE MULTIPLE SPLIT RESPONSES TO SINGLE MASTER
    Can the AMBA AHB Slave give multiple SPLIT response again to the AHB Master that has been given SPLIT response before and after updating hsplit signal for that Master by the Slave?
  • AMBA AHB
    Hi , In AHB specs, There is one note as below. Note Every slave must have a predetermined maximum number of wait states that it will insert before it backs off the bus, in order to allow the calculation...
  • how can i design APB to AHB bridge ??
    i want to design a bridge between APB  and AHB in verilog my design consists of : 1. control clock unit (ccu)   // using APB 2. my DUT contains registers module & functional module  // using AHB 3. tow...
  • How hsel behaves in AHB?? Relation with HWRITE ,HWDATA,HRDATA
    I wanted to know the relation b/w HWRITE and HSEL