ARM11
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (February 2010) |
ARM11 is an ARM architecture 32-bit RISC microprocessor family which introduced the ARMv6 architectural additions. These include SIMD media instructions, multiprocessor support and a new cache architecture. The implementation included significantly improved instruction processing pipeline, compared to previous ARM9 or ARM10 families, and is used in smartphones from Apple, Nokia, and others. The initial ARM11 core (ARM1136) was released to licensees in late 2002.
The ARM11 family are currently the only ARMv6-architecture cores. There are however ARMv6-M cores (Cortex-M0 and Cortex-M1), addressing microcontroller applications; ARM11 cores target more demanding applications.
Contents |
[edit] Differences from ARM9
In terms of instruction set, the ARM11 builds on the preceding ARM9 generation. It incorporates all ARM926EJ-S features and adds the ARMv6 instructions for media support (SIMD) and accelerating IRQ response.
Microarchitecture improvements in ARM11 cores[1] include:
- SIMD instructions which can double MPEG-4 and audio digital signal processing algorithm speed
- Cache is physically addressed, solving many cache aliasing problems and reducing context switch overhead
- Unaligned and mixed-endian data access is supported
- Reduced heat production and lower overheating risk
- Redesigned pipeline, supporting faster clock speeds (target up to 1 GHz)
- 64-bit data paths
JTAG debug support (for halting, stepping, breakpoints, and watchpoints) was simplified. The EmbeddedICE module was replaced with an interface which became part of the ARMv7 architecture. The hardware tracing modules (ETM and ETB) are compatible, but updated, versions of those used in the ARM9. In particular, trace semantics were updated to address parallel instruction execution and data transfers.
Also of note was ARM's effort to promote good Verilog coding styles and techniques to ensure semantically rigorous designs, preserving identical semantics throughout the chip design flow, which included extensive use of formal verification techniques. This is because ARM cores are integrated into many different designs, using a variety of logic synthesis tools and chip manufacturing processes, so the impact of its register-transfer level (RTL) quality is magnified many times.[2] Without such attention, integrating an ARM11 with third party designs could risk exposing hard-to-find latent bugs. (The ARM11 generation focused more heavily on synthesis than previous generations, making such concerns be more of an issue.)
[edit] ARM11 cores
There are four ARM11 cores:
- ARM1136[3]
- ARM1156 introducing Thumb2 instructions
- ARM1176 introducing security extensions
- ARM11MPcore introducing multicore support
[edit] ARM11-based chips
-
This list is incomplete; you can help by expanding it.
- Ambarella A5s, A7
- Broadcom BCM2835
- Freescale Semiconductor i.MX3x series, such as i.MX31, i.MX35
- Infotmic IMAPX200, IMAPX210, IMAPX220
- Nvidia Tegra
- PLX Technology NAS7820, NAS7821, NAS7825
- MediaTek MTK6573
- Qualcomm MSM720x, MSM7x27
- Samsung S3C64x0
- Telechip [tcc8902]
- Texas Instruments OMAP2 series, with a TMS320 C55x or C64x DSP as a second core
[edit] ARM11-based products
-
This list is incomplete; you can help by expanding it.
[edit] See also
[edit] References
- ^ "The ARM11 Microarchitecture", ARM Ltd, 2002
- ^ The Dangers of Living with an X (bugs hidden in your Verilog), Version 1.1 (14 October 2003).
- ^ ARM1136JF-S and ARM1136J-S Technical Reference Manual Revision: r1p5; ARM DDI 0211K
- ^ "Kindle 2 First Look". iFixit.com. http://www.ifixit.com/Guide/First-Look/Kindle-2/624/1. Retrieved 16 February 2012.
- ^ a b c d Patterson, Blake (7 July 2008). "Under the Hood: The iPhone's Gaming Mettle". touchArcade. http://toucharcade.com/2008/07/07/under-the-hood-the-iphones-gaming-mettle/. Retrieved 16 February 2012.
[edit] External links
- Official ARM Links
- ARM11 Processor Family
- ARM11 Technical Reference Manuals
- ARMv6 Architecture Reference Manual (requires registration)
- Other