meanings of SPARC encyclopedia of SPARC dictionary of SPARC thesaurus on SPARC books about SPARC dreams about SPARC
 SPARC - Definition 

SPARC (Scalable Processor ARChitecture) is a RISC microprocessor architecture originally designed in 1985 by Sun Microsystems. SPARC is a registered trademark of SPARC International, Inc., an organisation established in 1989 to promote the SPARC and to provide conformance testing. SPARC International was intended to "open" the SPARC architecture to make a larger ecosystem for the design, and has been licensed to several manufacturers, including Texas Instruments, Cypress Semiconductor, and Fujitsu. As a result of SPARC International, the SPARC architecture is fully open and non-proprietary: there's a fully open source implementation called LEON which VHDL source code is available under LGPL.

Implementations of SPARC architecture were initially designed and used for workstations, and then used for larger SMP servers produced by Sun Microsystems and Fujitsu among others.

There have been several revisions of the architecture. Most recent ones are the version 8 and the version 9.

Features

The SPARC architecture was heavily influenced by the earlier designs of the RISC I & II from the University of California, Berkeley. These original RISC designs were minimalist, including as few features or op-codes as possible and demanding that all operations complete in one 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 available - 8 are global 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 adjacent windows. The shared registers are used for passing function parameters and returning values, and the local registers are used for keeping values across function calls. The "Scalable" in SPARC comes from the fact that the SPARC specification allows up to 32 windows. So the implementation can choose to implement all 32 to provide maximum call stack efficiency, or to implement minimum to reduce the context switching time. Other architectures that include similar register windows include Intel i960, IA-64, and AMD 29000.

Floating point registers. In 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. Version 9 added 16 more double precision registers, but these additional double precision registers can not be used 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.

History

The architecture has gone through a few revisions and has gained multiply and divide functionality in version 8. The most substantial upgrade resulted in the version 9 which is a 64-bit SPARC specification.

Among various implementations of SPARC, Sun's SuperSPARC and UltraSPARC-I were very popular, so as to be used as reference systems for SPEC CPU95 and CPU2000 benchmarks.


SPARC microprocessor specifications
ModelFrequency
[Mhz]
Architecture
Version
YearProcess
[µm]
Transistors
[millions]
Die size
[mm²]
IO PinsPower
[W]
Voltage
[V]
Dcache
[k]
Icache
[k]
Scache
[k]
microSPARC I50V819920.80.82252882.5542none
SuperSPARC I50-80V819920.83.1----14.3516201024
microSPARC II80-125V819920.52.323332153.3816none
SuperSPARC II75-85V819940.83.1299--16--20161024
UltraSPARC I140-200V919950.55.2315521303.316161024
UltraSPARC II250-400V919970.255.4156521213.316168192
UltraSPARC IIi270-480V919980.255.414837017.61.716168192
UltraSPARC IIe400-500V920000.185.4--370131.716168192
UltraSPARC III600-1200V920010.13293301368531.664328192
UltraSPARC IIIi1064-1280V920030.1387.5206959521.3643216384
UltraSPARC IV1050-1200V920040.136635613681081.35643216384


External links

de:Sun SPARC es:Sun SPARC fi:SPARC fr:Scalable processor architecture ja:SPARC

Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "SPARC".