Hi,
In AMBA AHB:-
For two clock cycle SPLIT or RETRY response, hgrant must be low after 1st clock cycle of SPLIT or RETRY response.
q) For two clock cycle ERROR response, is it mandatory of hgrant must be low after 1st clock…
What would happen if HREADY will be lower not after address phase, but according to HW internal logic that wants to hold CPU for some clock cycles.
Thanks
I am a Digital Verification Design Engineer.
Currently, I am in the process of developing an UVM Test Bench for AHB 2.0.
I have following questions.
1) From AHB Master side, Can BUSY cycles be inserted in middle of INCR16 burst?
2) From AHB Master side,…
Why the address boundary for AHB burst should not cross 1KB??
And in case of burst operation, is that every beat the address increment taken care by master?
Im new to the ahb protocol can any on give me an idea about retry response, when a retry response is generated from slave side.
I heard that when HTRANS is BUSY, undefined length burst (INCR) will be terminated.
But when I read a document, I saw an example that BUSY transfer followed by SEQ transfer during an undefined length burst.
Doesn't it mean that INCR is not terminated?
I noticed that "Multi slave select" is one of the new features in AHB5.
But, isn't it possible to set multiple slaves in a system with a decoder and a multiplexor?
I think we can do that with AHB3.
What is the major difference between AHB3…
Hi all,
I am new to protocols AHB and AXI.
can anyone explain why there is 4kb boundary in AXI and why there is 1 kb boundary in AHB?
Also what these boundaries are for? Does they represent the maximum slave size?
Hello,
We are using ARM Matrix IP that is acting as a Master and using our VIP as a slave.
ARM Matrix is sending a initiating a WRITE Transfer on a slave when HREADY is low, but not keeping control signals stable till HREADY becomes high.
So the questions…
Hello
I am new to AMBA and I am writing code AHB slave in one of my project, I have read specs.
My question is Is there any specific condition for slave when it gives HREADY low?
I am confused with HREADY signal that it is provided by the slave but at which…
1.) Is it possible in real system that Master will send start address 0x01 ?
If Master wants to write only one byte at address 'h1, other addresses what ever value it has then how Master will give request?
HADDR=32'h1, HSIZE=0, HWRITE=1, HBURST…
In AHB, we have split and retry responce, but it doesn't exist in AXI, why ?
Hi,Facing the issue:"MBERROR : AHB Master bus error status, set when the AHB Master encounters a bus error response from a slave"Here is the Inputs:We are using the custom SOC, in which we are testing the CLCD controller(IP ARM PL111)connected…
I am newly learning AHBprotocol i just want to know what is meaning of single cycle bus master handover?