• In AHB, can i program HSPLITx signal from slave sequence
    Hi,     I have a scenario like 2masters firing write or read burst to different slave.      M1 ---> S1 (Slave S1 performs SPLIT response for any transfer of the burst )      M2 ---> S2 (Slave S2 performs...
  • 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...
  • TRANSFER CONTINUE AFTER ERROR RESPONSE FROM SLAVE
    Hello everyone, I want to understand the transfer continuation process from AHB MASTER during ERROR response from AHB SLAVE. As specified in the AMBA Specifications (Rev 2.0) IHI0011A_AMBA_SPEC.pdf section...
  • About AHB5 protection control signals
    In AHB5, we have extended memory bits as [6:4] hprot. Previously we have [3:0] hprot. For implementation purpose, i treated [6:4] as a separate signal. This separate signal am qualifying based on some...
  • I am working on ahb bridge , I am trying to sample address when hready is high .
    I am trying verify the bridge........... I am working on ahb bridge , I am trying to sample address when hready is high .                is it correct or not ? Address is indepent of hready signal .....