Arm Community
Site
Search
User
Site
Search
User
Groups
Arm Research
DesignStart
Education Hub
Graphics and Gaming
High Performance Computing
Innovation
Multimedia
Open Source Software and Platforms
Physical
Processors
Security
System
Software Tools
TrustZone for Armv8-M
中文社区
Blog
Artificial Intelligence
Automotive
Healthcare
HPC
Infrastructure
Innovation
Internet of Things
Machine Learning
Mobile
Smart Homes
Wearables
Forums
All developer forums
IP Product forums
Tool & Software forums
Pelion IoT Platform
Activity
Support
Open a support case
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
More
Cancel
Developer Community
IP Products
System
Jump...
Cancel
System
SoC Design forum
applications of amba axi
Blogs
Forums
Videos & Files
Help
Jump...
Cancel
New
State
Not Answered
Replies
4 replies
Subscribers
71 subscribers
Views
5519 views
Users
0 members are here
AMBA
AXI
Bus Architecture
Related
applications of amba axi
Offline
abilash abilash
over 6 years ago
Note: This was originally posted on 7th February 2007 at
http://forums.arm.com
hello, i have read the whole of the axi protocol. i would like to know the applications of the protocol. is it anywhere used in the real time applications or some specific devices. if any please do tell me.
i would also like to know the advantages of axi protocol over the conventional data transfer protocols. please give details...
thanks... with regards....
Parents
0
Offline
jameskim jameskim
over 6 years ago
Note: This was originally posted on 21st February 2007 at
http://forums.arm.com
"supporting write data interleaving"
(this is defined in section 8.5 of the AXI spec.) something else that may be helpful is to take a look at the documentation for the AXI memory controller and interconnect generator. write data interleaving is a performance enhancement for interconnects that are combining multiple write streams from different masters. in some specs, like AHB, burst writes are atomic and do not allow interleaving. but, that means a slow master could block the bus for an extended period of time. in AHB, perhaps the split-retry mechanism somewhat allows very coarse-grained data interleaving at expense to the master.
consider a DMA controller on AHB that was writing into an AXI memory controller. it's possible that with width conversion, or clock frequency crossing, that the DMA controller would write 1 word on AXI every few cycles. interleaving would allow the interconnect to allow the ARM processor to write to the AXI memory controller in those gaps between words of the slow burst.
the most likely case of interleaving occuring is from the interconnect, which is aggregating writes from multiple masters. an ARM processor doesn't interleave its write data (write interleave depth of 1). also, not all slaves can support data interleaving, although ARM's memory controller documentation says it supports interleaving. the interconnect allows you to indicate the interleave depth per port. while interleacving optimizes bus bandwidth in the presence of slow masters, it probably means you have to have quite a bit of buffering in your memory controller to support the different streams of data.
"no defined timing relationship between address and data transfers"
(take a look at section 3.2) this is a little bit funny, but there's a seperate write address and write data channel (in addition to the write response channel). the write address and write data channel's independently handshake, and the order is not defined. i think a possible scenario would be that because there's only 1 address transfer per burst write, if you had back to back burst writes, it's possible you could request both addresses before you finished the data transfers of the first request. i'm not sure when a "real" master would request the data before requesting the address channel for a write request, although it's possible that the interconnect causes ordering differences, depending on the route each channel gets.
"ability to add register slices to ease critical timing paths"
ARM's AXI interconnect is completely combinational, i believe. this doesn't scale well by itself. so, if you have a large interconnect, you probably need to add some pipeline registers at the ports of the interconnect to meet your timing goals, assuming you want high speed. the implication of "register slices" is that you can simply add registers along the channels, rather than creating true AXI staging blocks with a slave and master port, which would have to actually arbitrate along each stage and probably involve some buffers and state machines.
i've got a bit of question on this, too, which is: does ARM have an AXI regsiter slice prime cell? or is it really just valid to add registers along a channel? can the "valid" and "ready" signals both have registers? also, is there a recommended timing specification for AXI masters and slaves (that aren't interconnects)?
Cancel
Up
0
Down
Reply
Accept answer
Cancel
Reply
0
Offline
jameskim jameskim
over 6 years ago
Note: This was originally posted on 21st February 2007 at
http://forums.arm.com
"supporting write data interleaving"
(this is defined in section 8.5 of the AXI spec.) something else that may be helpful is to take a look at the documentation for the AXI memory controller and interconnect generator. write data interleaving is a performance enhancement for interconnects that are combining multiple write streams from different masters. in some specs, like AHB, burst writes are atomic and do not allow interleaving. but, that means a slow master could block the bus for an extended period of time. in AHB, perhaps the split-retry mechanism somewhat allows very coarse-grained data interleaving at expense to the master.
consider a DMA controller on AHB that was writing into an AXI memory controller. it's possible that with width conversion, or clock frequency crossing, that the DMA controller would write 1 word on AXI every few cycles. interleaving would allow the interconnect to allow the ARM processor to write to the AXI memory controller in those gaps between words of the slow burst.
the most likely case of interleaving occuring is from the interconnect, which is aggregating writes from multiple masters. an ARM processor doesn't interleave its write data (write interleave depth of 1). also, not all slaves can support data interleaving, although ARM's memory controller documentation says it supports interleaving. the interconnect allows you to indicate the interleave depth per port. while interleacving optimizes bus bandwidth in the presence of slow masters, it probably means you have to have quite a bit of buffering in your memory controller to support the different streams of data.
"no defined timing relationship between address and data transfers"
(take a look at section 3.2) this is a little bit funny, but there's a seperate write address and write data channel (in addition to the write response channel). the write address and write data channel's independently handshake, and the order is not defined. i think a possible scenario would be that because there's only 1 address transfer per burst write, if you had back to back burst writes, it's possible you could request both addresses before you finished the data transfers of the first request. i'm not sure when a "real" master would request the data before requesting the address channel for a write request, although it's possible that the interconnect causes ordering differences, depending on the route each channel gets.
"ability to add register slices to ease critical timing paths"
ARM's AXI interconnect is completely combinational, i believe. this doesn't scale well by itself. so, if you have a large interconnect, you probably need to add some pipeline registers at the ports of the interconnect to meet your timing goals, assuming you want high speed. the implication of "register slices" is that you can simply add registers along the channels, rather than creating true AXI staging blocks with a slave and master port, which would have to actually arbitrate along each stage and probably involve some buffers and state machines.
i've got a bit of question on this, too, which is: does ARM have an AXI regsiter slice prime cell? or is it really just valid to add registers along a channel? can the "valid" and "ready" signals both have registers? also, is there a recommended timing specification for AXI masters and slaves (that aren't interconnects)?
Cancel
Up
0
Down
Reply
Accept answer
Cancel
Children
No data
More questions in this forum
By title
By date
By reply count
By view count
By most asked
By votes
By quality
Descending
Ascending
All recent questions
Unread questions
Questions you've participated in
Questions you've asked
Unanswered questions
Answered questions
Questions with suggested answers
Questions with no replies
Answered
strobe
0
6254
views
3
replies
Latest
27 days ago
by
Christopher Tory
Answered
AXI4-Relationships between the channels
0
1629
views
1
reply
Latest
1 month ago
by
Colin Campbell
Answered
How to assert PSLVERR in APB4 ?
0
1773
views
2
replies
Latest
1 month ago
by
PhanTam
Answered
How AHB Arbiter should handle granting bus masters while performing only a SINGLE transfer?
0
1688
views
1
reply
Latest
1 month ago
by
Colin Campbell
Answered
Should the SPLIT and RETRY response be given only for NONSEQ transfer?
0
2148
views
4
replies
Latest
1 month ago
by
ISHWAR GANIGER
<
>
View all questions in SoC Design forum