Advanced Microcontroller Bus Architecture
From Wikipedia, the free encyclopedia
| This article may need to be wikified to meet Wikipedia's quality standards. Please help by adding relevant internal links, or by improving the article's layout. (July 2009) |
|
The Advanced Microcontroller Bus Architecture was introduced in 1996 and is widely used as the on-chip bus in System-on-a-chip (SoC) designs processors. The first AMBA buses were Advanced System Bus (ASB) and Advanced Peripheral Bus (APB). In its 2nd version, ARM added AMBA High-performance Bus (AHB) that is a single clock-edge protocol. In 2003, ARM introduced the 3rd generation of AMBA including AXI to reach even higher performance interconnect and the Advanced Trace Bus (ATB) as part of the CoreSight on-chip debug and trace solution. These protocols are today the de-facto standard for 32-bit embedded processors because they are well documented and can be used without royalties. Some manufacturers utilize AMBA buses for non-ARM designs. As an example Infineon uses an AMBA bus for the ADM5120 SoC based on the MIPS architecture.
The important aspect of a SoC is not only which components or blocks it houses, but also how they are interconnected. AMBA is a solution for the blocks to interface with each other.
The objective of the AMBA specification is to
- facilitate right-first-time development of embedded microcontroller products with one or more CPUs, GPUs or signal processors,
- be technology independent, to allow reuse of IP cores, peripheral and system macrocells across diverse IC processes,
- encourage modular system design to improve processor independence, and the development of reusable peripheral and system IP libraries
- minimize silicon infrastructure while supporting high performance and low power on-chip communication
[edit] AMBA Products
A family of synthesizable intellectual property (IP) coresAMBA Products licensable from ARM Limited that implement a digital highway in an SoC for the efficient moving and storing of data using the AMBA protocol specifications. The AMBA family includes Network Interconnect (NIC-301), SDRAM and FLASH memory controllers (DMC-34x, SMC-35x), DMA controllers (DMA-230, DMA-330), cache controllers (L2C-310), etc.
[edit] AMBA Protocol Specifications
The Advanced Microcontroller Bus Architecture (AMBA) specification defines an on-chip communications standard for designing high-performance embedded microcontrollers. It is supported by the ARM Limited corporation with wide cross-industry participation.
The AMBA 3.0 specification define five buses/interfaces:
- Advanced eXtensible Interface (AXI)
- Advanced High-performance Bus (AHB)
- Advanced System Bus (ASB)
- Advanced Peripheral Bus (APB)
- Advanced Trace Bus (ATB)
The timing aspects and the voltage levels on the bus are not dictated by the specifications.
[edit] Advanced eXtensible Interface (AXI)
AXI, the third generation of AMBA interface, is a targeted at high performance, high clock frequency system designs and includes features which make it very suitable for high speed sub-micron interconnect:
- separate address/control and data phases
- support for unaligned data transfers using byte strobes
- burst based transactions with only start address issued
- issuing of multiple outstanding addresses
- easy addition of register stages to provide timing closure
[edit] Advanced High-performance Bus (AHB)
AHB is a bus protocol introduced in Advanced Microcontroller Bus Architecture version 2 published by ARM Ltd company.
In addition to previous release, it has the following features:
- single edge clock protocol
- split transactions
- several bus masters
- burst transfers
- pipelined operations
- single-cycle bus master handover
- non-tristate implementation
- large bus-widths (64/128 bit)
A simple transaction on the AHB consists of an address phase and a subsequent data phase (without wait states: only two bus-cycles). Access to the target device is controlled through a MUX (non-tristate), thereby admitting bus-access to one bus-master at a time.
[edit] Competitors
- Opencores Wishbone bus - Free and open bus architecture (formerly from Silica)
- Sonics Silicon Backplane
- IBM CoreConnect bus technology, used in Power systems, but also in many other SoCs like systems with the Xilinx MicroBlaze or similar cores
- IDT IPBus
- Altera Avalon - proprietary bus system for Alteras Nios II-SoCs
[edit] See also
[edit] External links
- AMBA of ARM
- AMBA FAQ - from ARM
- AHB To Wishbone project page - AHB to Wishbone bridge
- AMBA Specification PDF
- AMBA AHB, AXI, and APB Verification IP from Cadence, the VIP market leader
- APB eVC (e Verification Component)