Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Timing diagram for write and read transaction in AXI4

Status
Not open for further replies.

sarit8

Newbie level 6
Joined
Aug 25, 2016
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
104
Where can I find a timing diagram for write and read transaction in AXI4 (Including write channel response)?
 

Lol:) I have already dine it, but have not suceeded to find something with good explenation yet.

Refer to the spec : ARM IHI 0022E (ID022613) which is also free to download.
There in you'll find the explanations and diagrams.
 

Refer to the spec : ARM IHI 0022E (ID022613) which is also free to download.
There in you'll find the explanations and diagrams.

I have aleady read it. There are just 2 basic diagarm (general transaction), and one more for barrier ntransaction,
 

the axi spec has descriptions of the signals and some of the guiding principles. The main ones:
1.) the master must advertise available data without waiting for the slave to become ready. This is repeated often.
2.) each channel can be acknowledged independently, even if this is annoying.
 

the axi spec has descriptions of the signals and some of the guiding principles. The main ones:
1.) the master must advertise available data without waiting for the slave to become ready. This is repeated often.
2.) each channel can be acknowledged independently, even if this is annoying.

I have to find a diagram with all of the signals like AWSIZE, AWLEN, ASTRB WLAST etc.
 

I have to find a diagram with all of the signals like AWSIZE, AWLEN, ASTRB WLAST etc.

Here you will find some simulation SS portraying AXI signals.
https://silica.avnet.com/wps/wcm/co...ev1.pdf?MOD=AJPERES&CVID=liIcQoZ&CVID=liIcQoZ

There isn't much out there other than from ARM. Engineers generally refer directly to the AMBA specs, understand them and then do their job. If you want details in a waveform diagram, grab a pencil and paper after you have understood the spec and get to work.
 


Re: AXI4- samplinf of WRADDR and WDATA

Becuase this allows back to back transactions.
A trasaction is accepted whenever WVALID and WRDY are high together.


Yes but why? how?
How can we can send the data before the protocol "knows" the address?
 

Re: AXI4- samplinf of WRADDR and WDATA

Yes but why? how?
How can we can send the data before the protocol "knows" the address?

It knows the address in parrallel with the data. So it connects the address to the address bus on the ram, and the data to the data bus.
This is hardware, not software.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top