Intel i860

Intel i860

Infobox Computer Hardware Cpu
name = Intel i860



caption = Intel i860 microprocessor (50 MHz XP edition)
produced-start = 1989
produced-end = mid-1990s
slowest = 25 | slow-unit = MHz
fastest = 50 | fast-unit = MHz
fsb-slowest = | fsb-slow-unit =
fsb-fastest = | fsb-fast-unit =
manuf1 = Intel
arch =
sock1 =
numcores = 1
The Intel i860 (also 80860) was a RISC microprocessor from Intel, first released in 1989. The i860 was (along with the i960) one of Intel's first attempts at an entirely new, high-end instruction set since the failed Intel i432 from the 1980s. It was released with considerable fanfare, and obscured the release of the Intel i960 which many considered to be a better design. The i860 never achieved commercial success and the project was terminated in the mid-1990s.

Andy Grove blamed the i860's failure in the marketplace on Intel being stretched too thin:

cquote2|quotetext=We now had two very powerful chips that we were introducing at just about the same time: the 486, largely based on CISC technology and compatible with all the PC software, and the i860, based on RISC technology, which was very fast but compatible with nothing. We didn't know what to do. So we introduced both, figuring we'd let the marketplace decide. ... our equivocation caused our customers to wonder what Intel really stood for, the 486 or i860?|personquoted=Andy Grove|quotesource= [ [http://www.geek.com/intels-486-cpu-turns-15/ Intel's 486 CPU turns 15 | Geek.com ] ]

Technical features

The i860 combined a number of features that were unique at the time, most notably its VLIW ("Very Long Instruction Word") architecture and powerful support for high-speed floating point operations. The design mounted a 32-bit ALU along with a 64-bit FPU that was itself built in three parts, an adder, a multiplier, and a graphics processor. The system had separate pipelines for the ALU, floating point adder and multiplier, and could hand off up to three operations per clock. (I.e., two instructions - one integer instruction and one floating point multiply-and-accumulate instruction per clock.)

All of the buses were 64-bits wide, or wider. The internal memory bus to the cache, for instance, was 128-bits wide. Both units had thirty-two 32-bit registers, but the FPU used its set as sixteen 64-bit registers. Instructions for the ALU were fetched two at a time to use the full external bus. Intel always referred to the design as the "i860 64-Bit Microprocessor".

The graphics unit was unique for the era. It was essentially a 64-bit integer unit using the FPU registers. It supported a number of commands for SIMD-like instructions in addition to basic 64-bit integer math. Experience with the i860 influenced the MMX functionality later added to Intel's Pentium processors.

One unusual feature of the i860 was that the pipelines into the functional units were program-accessible, requiring the compilers to carefully order instructions in the object code to keep the pipelines filled. In traditional architectures these duties were handled at runtime by a scheduler on the CPU itself, but the complexity of these systems limited their application in early RISC designs. The i860 was an attempt to avoid this entirely by moving this duty off-chip into the compiler. This allowed the i860 to devote more room to functional units, improving performance. As a result of its architecture, the i860 could run certain graphics and floating point algorithms with exceptionally high speed, but its performance in general-purpose applications suffered and it was difficult to program efficiently (see below).

Performance (problems)

Paper performance was impressive for a single-chip solution; however, real-world performance was anything but. One problem, perhaps unrecognized at the time, was that runtime code paths are difficult to predict, meaning that it becomes exceedingly difficult to properly order instructions at compile time. For instance, an instruction to add two numbers will take considerably longer if the data is not in the cache, yet there is no way for the programmer to know if it is or not. If you guess wrong the entire pipeline will stall, waiting for the data. The entire i860 design was based on the compiler efficiently handling this task, which proved almost impossible in practice. While theoretically capable of peaking at about 60-80 MFLOPS for both single precision and double precision for the XP versions, [http://www.microprocessor.sscc.ru/i860.html] hand-coded assemblers managed to get only about up to 40 MFLOPS, and most compilers had difficulty getting even 10 MFLOPs.

Another serious problem was the lack of any solution to quickly handle context switching. The i860 had several pipelines (for the ALU and FPU parts) and an interrupt could spill them and require them all to be re-loaded. This took 62 cycles in the best case, and almost 2000 cycles in the worst. The latter is 1/20000th of a second, an eternity for a CPU. This largely eliminated the i860 as a general purpose CPU.

Versions & Applications

The chip was released in two versions, the basic XR (code named N10), and the XP (code named N11). The XP added larger on-chip caches, a second level cache, faster buses, and hardware support for bus snooping, for cache consistency in parallel computing systems. The XR ran at 25 or 40MHz, and a process shrink for the XP (from 1 micrometre to 0.8) bumped the XR to 40 and 50MHz. Both ran the same instruction set.

At first the i860 was only used in a small number of very large machines like the iPSC/860 at Los Alamos National Laboratory. As the compilers improved, the general performance of the i860 did likewise, but by then most other RISC designs had already passed the i860 in performance.

Intel for a time tested the viability of the i860 as a workstation CPU, competing with the MIPS Architecture chips and others. Microsoft initially developed what was to become Windows NT on internally-designed i860-based workstations (codenamed "Dazzle"), only porting NT to the MIPS (Microsoft Jazz), Intel 386 and other processors later. It is often rumoured that the original meanings of the 'N' and 'T' in Windows NT was for "N-Ten", after the working name for the i860 core.

The i860 did see some use in the workstation world as a graphics accelerator. It was used, for instance, in the NeXTdimension, where it ran a cut-down version of the Mach kernel running a complete PostScript stack. However, the PostScript part of the project was never finished so it ended up just moving color pixels around. In this role the i860 design worked considerably better, as the core program could be loaded into the cache and made entirely "predictable", allowing the compilers to get the ordering right. Another example was SGI [http://hardware.majix.org/computers/sgi.onyx/onyx.shtml Onyx Reality Engine 2] , which used a number of i860XP processors in its geometry engine. This sort of use slowly disappeared as well, as more general-purpose CPUs started to match the i860's performance, and as Intel turned its focus to Pentium processors for general-purpose computing.

Mercury Computer Systems used the i860 in their multicomputer. From 2 to 360 compute nodes would reside in a circuit switched fat tree network, with each node having local memory that could be mapped by any other node. Each node in this heterogeneous system could be an i860, a PowerPC, or a group of three SHARC DSPs. Good performance was obtained from the i860 by supplying customers with a library of signal processing functions written in assembly language. The hardware packed up to 360 compute nodes in a 9U space, making it suitable for mobile applications such as airborne radar processing.

In the late 1990s Intel replaced their entire RISC line with ARM-based designs, known as the XScale. Confusingly, the 860 number has since been re-used for a motherboard control chipset for Intel Xeon (high-end Pentium) systems.

References

2. Margulis, Neal, "i860 Microprocessor Architecture", 1990.

External links

* [http://www.cpu-collection.de/?l0=co&l1=Intel&l2=i860 i860 images and description] .
* Rhodehamel, Michael W. " [http://ieeexplore.ieee.org/xpl/abs_free.jsp?arNumber=63392 The Bus Interface and Paging Units of the i860(tm) Microprocessor] ". In Proc. IEEE International Conference on Computer Design, p. 380–384, 1989.


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Intel I860 — Un Intel i860 L Intel i860 (i860 dit aussi 80860, nom de code N10) est un microprocesseur RISC d Intel, lancé en 1989. L i860 est le premier à proposer une architecture et un jeu d instructions (ISA, Instruction Se …   Wikipédia en Français

  • Intel i860 — Prozessor Intel i860XR …   Deutsch Wikipedia

  • Intel i860 — (также известен как 80860 и под кодовым названием N10)  RISC микропроцессор компании Intel, впервые выпущенный в 1989 году. Вместе с i960 является одной из первых попыток сделать полностью новую систему команд после провала Intel i432 в 1980 …   Википедия

  • Intel i860 — Microprocesador Intel i860 El Intel i860 (también conocido como el 80860, y nombre código N10) era un microprocesador RISC de Intel, lanzado en 1989. El i860 fue, junto con el i960, uno de los primeros intentos de una Arquitectura de Conjunto de… …   Wikipedia Español

  • Intel i860 — Un Intel i860 L Intel i860 (i860 dit aussi 80860, nom de code N10) est un microprocesseur RISC d Intel, lancé en 1989. L i860 est le premier à proposer une architecture et un jeu d instructions (ISA, Instruction Set Architecture) complètement… …   Wikipédia en Français

  • i860 — (также известен как 80860 и под кодовым названием N10)  RISC микропроцессор компании Intel, впервые выпущенный в 1989 году. Вместе с i960 является одной из первых попыток сделать полностью новую систему команд после провала iAPX 432 в 1980 х …   Википедия

  • Intel-Core-2 — Core 2 Duo E7200 Wolfdale Produktion: 2006 bis ? Produzent: Intel Prozessortakt: 1,06 GHz bis …   Deutsch Wikipedia

  • Intel Conroe — Intel Core 2 Core 2 Duo E7200 Wolfdale Produktion: 2006 bis ? Produzent: Intel Prozessortakt: 1,06 GHz bis …   Deutsch Wikipedia

  • Intel Core2 Duo — Intel Core 2 Core 2 Duo E7200 Wolfdale Produktion: 2006 bis ? Produzent: Intel Prozessortakt: 1,06 GHz bis …   Deutsch Wikipedia

  • Intel Core 2 (Desktop) — Intel Core 2 Duo Intel Core 2 Duo Emblem Produktion: seit 2006 Produzent: Intel Prozessortakt: 1,8 GHz b …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”