Arm Community
Site
Search
User
Site
Search
User
Groups
Education Hub
Distinguished Ambassadors
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello forum
Operating Systems forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Internet of Things (IoT) blog
Operating Systems blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
SoC Design and Simulation forum
AHB Multilayer
Jump...
Cancel
State
Not Answered
Locked
Locked
Replies
8 replies
Subscribers
88 subscribers
Views
10356 views
Users
0 members are here
AMBA
Bus Architecture
AHB
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
AHB Multilayer
Jesuraj vinoth Joseph
over 11 years ago
Note: This was originally posted on 30th April 2008 at
http://forums.arm.com
In the multilayer environment, i found a interconnect matrix with interface signals on the Master side having a hsel signal. Can anyone specify the significance of it. A basic doubt is that apart from the interconnect matrix do we hav any slave mux and decoder.
Parents
0
Colin Campbell
over 11 years ago
Note: This was originally posted on 12th May 2008 at
http://forums.arm.com
Hi Saurabh,
The AHB protocol described in the "AMBA 2" spec is a multi-master bus, so there are HBUSREQ and HGRANT signals for the masters to request and be granted control of the bus. The spec also allowed slaves to give SPLIT or RETRY responses to avoid one transfer stalling the bus if there would be lots of wait states.
The AHB-lite protocol described in the "AMBA 3" group of specs is a single master bus, so much simpler than the full AHB spec described in "AMBA 2". AHB-lite does not have the HBUSREQ and HGRANT signals, and as SPLIT and RETRY were only applicable to multi-master buses, these too have been removed.
I think the "AMBA 3" AHB-lite spec is really intended for either very simple designs, or much more complex multi-layer AHB designs where there is only a single master on each layer of the design (so not needing the complexity of "AMBA 2" AHB), but with lots of layers then having access to shared slaves.
All of the AMBA specs should be available from ARM's website, so after a quick look there I can see the AMBA 3 specs are at [url="
http://www.arm.com/products/solutions/axi_spec.html
"]
http://www.arm.com/products/solutions/axi_spec.html[/url]
Not sure about release notes though, what sort of info are you looking for that would be in a release note ?
JD
Cancel
Up
0
Down
Cancel
Reply
0
Colin Campbell
over 11 years ago
Note: This was originally posted on 12th May 2008 at
http://forums.arm.com
Hi Saurabh,
The AHB protocol described in the "AMBA 2" spec is a multi-master bus, so there are HBUSREQ and HGRANT signals for the masters to request and be granted control of the bus. The spec also allowed slaves to give SPLIT or RETRY responses to avoid one transfer stalling the bus if there would be lots of wait states.
The AHB-lite protocol described in the "AMBA 3" group of specs is a single master bus, so much simpler than the full AHB spec described in "AMBA 2". AHB-lite does not have the HBUSREQ and HGRANT signals, and as SPLIT and RETRY were only applicable to multi-master buses, these too have been removed.
I think the "AMBA 3" AHB-lite spec is really intended for either very simple designs, or much more complex multi-layer AHB designs where there is only a single master on each layer of the design (so not needing the complexity of "AMBA 2" AHB), but with lots of layers then having access to shared slaves.
All of the AMBA specs should be available from ARM's website, so after a quick look there I can see the AMBA 3 specs are at [url="
http://www.arm.com/products/solutions/axi_spec.html
"]
http://www.arm.com/products/solutions/axi_spec.html[/url]
Not sure about release notes though, what sort of info are you looking for that would be in a release note ?
JD
Cancel
Up
0
Down
Cancel
Children
No data