- SPARC
SPARC (from Scalable Processor Architecture) is a RISC
microprocessor instruction set architecture originally designed in1985 bySun Microsystems .SPARC is a registered trademark of SPARC International, Inc., an organization established in
1989 to promote the SPARC architecture and to provideconformance 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, includingTexas Instruments ,Atmel ,Cypress Semiconductor , andFujitsu . 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 earlierSun-3 systems based on theMotorola 68000 family of processors. Later, SPARC processors were used in SMP servers produced bySun Microsystems ,Solbourne andFujitsu , 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 theIBM 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 theMIPS 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 thebranch 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-wire d 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 aregister 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 maximumcall stack efficiency, or to implement only 3 to reduce context switching time, or to implement some number between them. Other architectures that include similarregister file features includeIntel i960 ,IA-64 , andAMD 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 16double precision registers.Each of them can be used as twosingle precision registers, providing a total of 32 single precision registers.An odd-even number pair of double precision registers can be used as aquad 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 theUltraSPARC 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 inFujitsu 's [http://www.fujitsu.com/global/services/computing/server/unix/ PRIMEPOWER] family of servers, and the SPARC64 VI, used by Sun and Fujitsu in theirSPARC 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 orSolaris Operating System s, but otheroperating system s such asNEXTSTEP ,RTEMS ,FreeBSD ,OpenBSD ,NetBSD , andLinux are also used on SPARC-based systems.In 1993,
Intergraph announced a port ofWindows 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 inVerilog , 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 binarySoftware 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 inVerilog , 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 binarySoftware 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 GFLOPSThis 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 , andAMD .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 projectExternal 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.