SPARC

SPARC

SPARC (from Scalable Processor Architecture) is a RISC microprocessor instruction set architecture originally designed in 1985 by Sun Microsystems.

SPARC is a registered trademark of SPARC International, Inc., an organization established in 1989 to promote the SPARC architecture and to provide conformance testing. SPARC International was intended to open the SPARC architecture to make a larger ecosystem for the design, which has been licensed to several manufacturers, including Texas Instruments, Atmel, Cypress Semiconductor, and Fujitsu. As a result of SPARC International, the SPARC architecture is fully open and non-proprietary.

Implementations of the SPARC architecture were initially designed and used for Sun's Sun-4 workstation and server systems, replacing their earlier Sun-3 systems based on the Motorola 68000 family of processors. Later, SPARC processors were used in SMP servers produced by Sun Microsystems, Solbourne and Fujitsu, among others.

Features

The SPARC architecture was heavily influenced by the earlier RISC designs including the RISC I & II from the University of California, Berkeley and the IBM 801. These original RISC designs were minimalist, including as few features or op-codes as possible and aiming to execute instructions at a rate of almost one instruction per clock cycle. This made them similar to the MIPS architecture in many ways, including the lack of instructions such as multiply or divide. Another feature of SPARC influenced by this early RISC movement is the branch delay slot.

The SPARC processor usually contains as many as 128 general purpose registers.At any point, only 32 of them are immediately visible to software - 8 are global registers (one of which, g0, is hard-wired to zero, so only 7 of them are usable as registers) and the other 24 are from the stack of registers. These 24 registers form what is called a register window, and at function call/return, this window is moved up and down the register stack. Each window has 8 local registers and shares 8 registers with each of the adjacent windows. The shared registers are used for passing function parameters and returning values, and the local registers are used for retaining local values across function calls.The "Scalable" in SPARC comes from the fact that the SPARC specification allows implementations to scale from embedded processors up through large server processors, all sharing the same core (nonprivileged) instruction set. One of the architectural parameters that can scale is the number of implemented register windows; the specification allows from 3 to 32 windows to be implemented, so the implementation can choose to implement all 32 to provide maximum call stack efficiency, or to implement only 3 to reduce context switching time, or to implement some number between them. Other architectures that include similar register file features include Intel i960, IA-64, and AMD 29000.

The architecture has gone through a few revisions. It gained hardware multiply and divide functionality in Version 8. The most substantial upgrade resulted in Version 9, which is a 64-bit (addressing and data) SPARC specification.

In SPARC Version 8, the floating point register file has 16 double precision registers.Each of them can be used as two single precision registers, providing a total of 32 single precision registers.An odd-even number pair of double precision registers can be used as a quad precision register, thus allowing 8 quad precision registers.SPARC Version 9 added 16 more double precision registers (which can also be accessed as 8 quad precision registers), but these additional registers can not be accessed as single precision registers.

Tagged add and subtract instructions perform adds and subtracts on values assuming that the bottom two bits do not participate in the computation. This can be useful in the implementation of the run time for ML, Lisp, and similar languages that might use a tagged integer format.

The 32-bit SPARC V8 architecture is purely big-endian. The 64-bit SPARC V9 architecture utilizes big-endian instructions, but can access data in either big-endian or little-endian byte order, chosen either at the application instruction (load/store) level or at the memory page level (via an MMU setting). The latter is often used for accessing data from inherently little-endian devices, such as those on PCI buses.

History

There have been three major revisions of the architecture. The first published revision was the 32-bit SPARC Version 7 (V7) in 1986. SPARC Version 8 (V8), an enhanced SPARC architecture definition, was released in 1990. SPARC V8 was standardized as IEEE 1754-1994, an IEEE standard for a 32-bit microprocessor architecture. SPARC Version 9, the 64-bit SPARC architecture, was released by SPARC International in 1993. In early 2006, Sun released an extended architecture specification, UltraSPARC Architecture 2005. UltraSPARC Architecture 2005 includes not only the nonprivileged and most of the privileged portions of SPARC V9, but also all the architectural extensions (such as CMT, hyperprivileged, VIS 1, and VIS 2) present in Sun's UltraSPARC processors starting with the UltraSPARC T1 implementation. UltraSPARC Architecture 2005 includes Sun's standard extensions and remains compliant with the full SPARC V9 Level 1 specification. The architecture has provided continuous application binary compatibility from the first SPARC V7 implementation in 1987 into the Sun UltraSPARC Architecture implementations.

As of December 2005 Sun announced their UltraSPARC T1 design would be open sourced, and in March 2006 the full source code became available via the OpenSPARC project.

Among various implementations of SPARC, Sun's SuperSPARC and UltraSPARC-I were very popular, and were used as reference systems for SPEC CPU95 and CPU2000 benchmarks. The 296 MHz UltraSPARC-II is the reference system for the SPEC CPU2006 benchmark.

SPARC64

Since 1995, Fujitsu (initially through its subsidiary, HAL Computer Systems) has designed SPARC V9-compliant processors under the SPARC64 brand, including the [http://www.fujitsu.com/global/services/computing/server/unix/technology/PRMPWR_sparcv.html SPARC64 V] , used in Fujitsu's [http://www.fujitsu.com/global/services/computing/server/unix/ PRIMEPOWER] family of servers, and the SPARC64 VI, used by Sun and Fujitsu in their SPARC Enterprise M-class servers. As of mid-2008, the SPARC64 VII processor began shipping and is also used in M-class servers.

SPARC microprocessor specifications

Operating system support

SPARC machines have generally used Sun's SunOS or Solaris Operating Systems, but other operating systems such as NEXTSTEP, RTEMS, FreeBSD, OpenBSD, NetBSD, and Linux are also used on SPARC-based systems.

In 1993, Intergraph announced a port of Windows NT to the SPARC architecture, [cite web|url=http://ftp.lanet.lv/ftp/sun-info/sunflash/1993/Jul/55.11-Sun-Intergraph:-SPARC-and-Windows-NT|title=Intergraph Announces Port of Windows NT to SPARC Architecture|date=1993-07-07|publisher=The Florida SunFlash] but it was later canceled.

Open source implementations

Three fully open source implementations of the SPARC architecture exist.
*LEON, a 32-bit, single-thread SPARC Version 8 implementation, designed especially for outer space uses. Source code is written in VHDL, and licensed under the GPL.
*OpenSPARC T1, released in 2006, a 64-bit, 32-thread implementation conforming to the UltraSPARC Architecture 2005 and to SPARC Version 9 (Level 1). Source code is written in Verilog, and licensed under many licenses. Most OpenSPARC T1 source code is licensed under the GPL. Source based on existent open source projects will continue to be licensed under their current licenses. Binary programs are licensed under a binary Software License Agreement.
**S1, a 64-bit Wishbone compliant CPU core based on the OpenSPARC T1 design. It is a single UltraSPARC v9 core capable of 4 way SMT. Like the T1, the source code is licensed under the GPL.
*OpenSPARC T2, released in 2008, a 64-bit, 64-thread implementation conforming to the UltraSPARC Architecture 2007 and to SPARC Version 9 (Level 1). Source code is written in Verilog, and licensed under many licenses. Most OpenSPARC T2 source code is licensed under the GPL. Source based on existent open source projects will continue to be licensed under their current licenses. Binary programs are licensed under a binary Software License Agreement.

upercomputers

As of November 2007, only one of the world's top 500 fastest supercomputers is based on SPARC64 processors:

*Rank #392: Nagoya University Japan, PRIMEPOWER HPC2500 (1664 2.08 GHz processors), Fujitsu, 6860 GFLOPS

This list compares unfavorably with other processor architectures, which make up a much larger portion of the top 500 list. The SPARC processor family had 88 of the top 500 systems in June 2002, but has since lost popularity to faster chips from IBM, Intel, and AMD.

References

See also

* UltraSPARC T1 – Sun's first multicore and multithread CPU (code-named "Niagara")
* UltraSPARC T2 – The successor to T1
* OpenSPARC – an open source project based on the UltraSPARC T1 design
* ERC32 – based on SPARC V7 specification
* Rock processor – The follow on multi-processor version of T1, expected in 2009
* Ross Technology, Inc. – SPARC designer/manufacturer of the 1980s and 1990s
* Sparcle – modified SPARC with multiprocessing support used by the MIT Alewife project

External links

* [http://www.sparc.org/ SPARC International, Inc.]
* [http://www.sparc.org/ads/chips.html SPARC International list of SPARC processors]
* [http://www.sparc.org/specificationsDocuments.html SPARC International Technical Documents]
* [http://opensparc.sunsource.net/nonav/opensparct1.html UltraSPARC Architecture specification] - a SPARC architecture specification extended with CMT, hyperprivileged mode, VIS 1, VIS 2, and so forth
* [http://www.sun.com/processors/ UltraSPARC Processors]
* [http://www.cpu-collection.de/?tn=1&l0=cl&l1=SPARC SPARC processor images and descriptions]
* [http://mbus.sunhelp.org "The Rough Guide to MBus Modules"] (SuperSPARC, hyperSPARC)
* [http://dmoz.org/Computers/Hardware/Components/Processors/SPARC/ Open Directory: Computers: Hardware: Components: Processors: SPARC]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • SPARC T4 — Центральный процессор Производство: 2011 Частота ЦП: 2.85 3.0 ГГц Технология производства: 40 нм мкм Наборы инструкций: SPARC V9 Число ядер: 8 L1 кэш: 8× 16+16 КБ L2 кэш: 8×128 КБ L3 кэш …   Википедия

  • Sparc — est une marque déposée par SPARC International, Inc. pour désigner une architecture ouverte de microprocesseur. Son nom est le rétro acronyme de Scalable Processor ARChitecture (« architecture de processeur adaptable »). Il est… …   Wikipédia en Français

  • spârc — SPÂRC, (1) spârcuri s.n., (2) spârci, s.m. 1. s.n. (pop.) Bucată mică (şi nefolositoare) din ceva. 2. s.m. (fam.) Epitet dat unui tânăr sau unui copil. [var.: spârci s.m.] – cf …   Dicționar Român

  • SPARC —   [Abk. für Scalable Processor Architecture, dt. »skalierbare Prozessorarchitektur«], ein von der Firma Sun entwickelter RISC Prozessor, der in den Workstations des Herstellers (sog. SPARCStation) verwendet wird …   Universal-Lexikon

  • SPARC —   SPARC International is the marketing arm of the Sun computer workstation manufacturer. Sun manufactures RISC and UNIX machines designed for the high end personal computer user. The Sun platform makes it possible to produce powerful multitasking …   International financial encyclopaedia

  • SPARC — Микропроцессор UltraSPARC II компании Sun Microsystems SPARC (Scalable Processor ARChitecture  масштабируемая архитектура процессора)  архитектура RISC ми …   Википедия

  • Sparc — Микропроцессор UltraSPARC II компании Sun Microsystems SPARC (Scalable Processor ARChitecture масштабируемая процессорная архитектура) архитектура микропроцессоров первоначально разработанная в 1985 году компанией Sun Microsystems. Архитектура… …   Википедия

  • SPARC — L architecture SPARC est une architecture de processeur ouverte. « SPARC » est le rétro acronyme de Scalable Processor ARChitecture (« architecture de processeur adaptable »). Elle est de type RISC, privilégiant pipeline et… …   Wikipédia en Français

  • SPARC T3 — UltraSPARC T3, 1,67 ГГц SPARC T3 (кодовое имя «Rainbow Falls», «UltraSPARC KT», «UltraSPARC T3»)  многоядерный многопоточный микропроцессор …   Википедия

  • Sparc — Die Abkürzung SPARC bezeichnet: Sun SPARC, eine Mikroprozessor Architektur von Sun Microsystems ANSI SPARC Architektur, eine Architektur für Datenbankschemata Scholarly Publishing and Academic Resources Coalition, eine US amerikanische… …   Deutsch Wikipedia

Share the article and excerpts

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