Hi,
I'm getting two AXI4 protocol assertion errors.
For axi4_errm_wlast_stable, I can see why it's flagging an error but functionally it shouldn't be a problem.
The WREADY =1 for one more cycle when though WVALID=0 and WLAST=0.
Is this a…
The AXI protocol description states for modifiable transactions (ARCACHE[1] is asserted):
"a read transaction can fetch more data than required"
To me, this can be interpreted in two ways:
I am working on AXI bus for my college project. For my work I have to add something new in existing architecture. Can someone provide me idea for my work?
Hi ARM/arktos,
Seems like this online discussion is not working properly.
I ask a question, you reply, and if I reply the discussion tool doesn't echo back my reply by email.
So most likely you may not see it.
Below is my reply to your answer to my…
In the spec it is mentioned that AXI4 supports high-bandwidth, high-frequency and low-latency operation. How to justify this? What is the meaning of bandwidth in this context? What are the values of bandwidth and frequency? How they decide the operating…
I want to know what happens in these scenarios :1) Assume Master1 (M1) is doing locked access, if locked access fails before M1 does unlocking transaction what is the response to the M1? 2) Assume M1 is doing locked transaction, if other Master2 (M2)…
I assume CHI needs to either pipeline or implement something like the AXI register slice to support long distance connections.
Please confirm and where can I find relevant information for this topic.
Thanks,
David
I have tried to find a quick reference for AXI, AHB & APB to no avail, and after having to flit between the various documents and tables, I eventually created my own.
So not sure of the legal ramifications of posting this elsewhere and whether…
According to spec IHI0022D_amba_axi_protocol_spec section A2.1 page number: A2-28
"All signals are sampled on the rising edge of the global clock "
Q) Should RESET_N also be sampled on the rising edge only?
Section A3.1.2, says
"The AXI protocol…
I have a Cyclone V SOC system, and the ARM is running Linux, and the FPGA is running SDI video and VIP suite items. The FPGA DDR memory is being used by the VIP suite and all works well. The ARM is using the DDR memory attached to it, and Linux does not…
I would like to know why only 16 slave device select lines are present in the AHB and APB bus architectures.
As the title says..
What is byte lane in AXI?
In read transfres how the slave indicates the transaction is over?
If the slave is not able to process read request from master, which response is expected from slave?
Why burst must not cross 4kb in AXI ?
Hii,
Greetings !!
I would like to know the standard operating clock frequency and data rate of AMBA- apb, ahb, axi.
Please someone help me out.
Thanks in advance
Regards
Ujjwal
what is the difference between overlapping and out of order transfers in Aciform the explanation it seems that both are same is this the case?
Why the word boundary in AXI is 4k?
Hi All,
I am doing single write operation to AXI slave from avalon BFM. The data and address signals
are reached into the axi slave.But if i am try to read back the data which i have written in the same location,the data is not matched.
It…
why we need write strobe signal in axi where we generate in our verif env
Thanks
Dear Forum,
Can you please confirm one thing.
When we have un-aligned transfer, do some of WDATA bits not used during that transfer?
For example, in the below unaligned transfer WDATA[7:0] are not used for the 1st transfer. Is my understanding right?
Hi Forum,
I cannot understand when address is being wrapped in WRAP burst.In my example, the WRAP condition never happens in other words, during BURST operation address always remains small than wrap address.
From the spec, the wrapping happens when
what happen if WVALID asserted before AWVALID ??
How do you confirm if a slave is sampling on positive edge of clock only ? How can we prove this in simulation