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.

fixed burst in AXI

Status
Not open for further replies.

abdelaali

Newbie
Joined
Jul 21, 2020
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
20
Hey all,
I'd like to know if data changes for a fixed burst in AXI in contrary of address ?
Any help will be much appreciated
 

Fixed burst is for a fixed address for the entire data of AXI fixed burst.
 

Yes same address for entire burst. But can data change from one beat to another
exmaple
Fixed burst
Burst lengh 2
Data bus width 32
beat 1 : ABCD
beat 2 : 120F
 

The address sent is the starting address, the address is auto-incremented by the slave and the data transfer beats have whatever data the master wants to send.

This is all explained in the Amba AXI spec. You might want to go download it from the ARM website.
 

@ads-ee Your description is for when the AxBURST signal is set to INCR
if it is FIXED - then the address is fixed for every beat of the burst.
 

Yes same address for entire burst. But can data change from one beat to another
exmaple
Fixed burst
Burst lengh 2
Data bus width 32
beat 1 : ABCD
beat 2 : 120F
Yes, data can change from one beat to another.
 

@abdelaali ,
Yes data can change, and I did not find any exception to this inside the AMBA AXI spec.
Excerpt:
Burst type
The AXI protocol defines three burst types:

FIXED - In a fixed burst:
• The address is the same for every transfer in the burst.
• The byte lanes that are valid are constant for all beats in the burst. However, within those byte
lanes, the actual bytes that have WSTRB asserted can differ for each beat in the burst.

This burst type is used for repeated accesses to the same location such as when loading or emptying FIFO.

You you mind explaing in details as to what type of interface you are targeting which the AXI encapsulates ?
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top