TurboSPARC
   HOME

TheInfoList



OR:

The TurboSPARC is a
microprocessor A microprocessor is a computer processor where the data processing logic and control is included on a single integrated circuit, or a small number of integrated circuits. The microprocessor contains the arithmetic, logic, and control circu ...
that implements the
SPARC V8 SPARC (Scalable Processor Architecture) is a reduced instruction set computer (RISC) instruction set architecture originally developed by Sun Microsystems. Its design was strongly influenced by the experimental Berkeley RISC system developed ...
instruction set architecture In computer science, an instruction set architecture (ISA), also called computer architecture, is an abstract model of a computer. A device that executes instructions described by that ISA, such as a central processing unit (CPU), is called an ' ...
(ISA) developed by Fujitsu Microelectronics, Inc. (FMI), the United States subsidiary of the Japanese multinational information technology equipment and services company
Fujitsu Limited is a Japanese multinational information and communications technology equipment and services corporation, established in 1935 and headquartered in Tokyo. Fujitsu is the world's sixth-largest IT services provider by annual revenue, and the la ...
located in
San Jose, California San Jose, officially San José (; ; ), is a major city in the U.S. state of California that is the cultural, financial, and political center of Silicon Valley and largest city in Northern California by both population and area. With a 2020 popul ...
. It was a low-end microprocessor primarily developed as an upgrade for the
Sun Microsystems Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
microSPARC-II-based
SPARCstation 5 SPARCstation 5 or SS5 (code-named ''Aurora'') is a workstation introduced by Sun Microsystems in March 1994. It is based on the sun4m architecture, and is enclosed in a pizza box form factor, pizza-box chassis. Sun also offered a SPARCserver 5 wit ...
workstation A workstation is a special computer designed for technical or scientific applications. Intended primarily to be used by a single user, they are commonly connected to a local area network and run multi-user operating systems. The term ''workstat ...
. It was introduced on 30 September 1996, with a 170 MHz version priced at US$499 in quantities of 1,000. Fujitsu Microelectronics, Inc., ''Fujitsu Microelectronics' New TurboSPARC Processor Sets New Performance Level For Low-End, Mid-Range Workstations''. The TurboSPARC was mostly succeeded in the low-end SPARC market by the
UltraSPARC IIi The UltraSPARC III, code-named "Cheetah", is a microprocessor that implements the SPARC, SPARC V9 instruction set architecture (ISA) developed by Sun Microsystems and fabricated by Texas Instruments. It was introduced in 2001 and operates at 600 ...
in late 1997, but remained available. Users of the TurboSPARC were Force Computers,
Fujitsu is a Japanese multinational information and communications technology equipment and services corporation, established in 1935 and headquartered in Tokyo. Fujitsu is the world's sixth-largest IT services provider by annual revenue, and the la ...
, RDI Computer, Opus Systems, Tadpole Technologies, Tatung Science and Technology and Themis Computers. Fujitsu used a 160 MHz version in a
SPARCstation 5 SPARCstation 5 or SS5 (code-named ''Aurora'') is a workstation introduced by Sun Microsystems in March 1994. It is based on the sun4m architecture, and is enclosed in a pizza box form factor, pizza-box chassis. Sun also offered a SPARCserver 5 wit ...
upgrade kit, whereas the other companies used the 170 MHz version in workstation, notebook and embedded computers. The performance of the 170 MHz TurboSPARC was similar to that of a 120 MHz
Intel Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California. It is the world's largest semiconductor chip manufacturer by revenue, and is one of the developers of the x86 seri ...
Pentium Pentium is a brand used for a series of x86 architecture-compatible microprocessors produced by Intel. The original Pentium processor from which the brand took its name was first released on March 22, 1993. After that, the Pentium II and Pe ...
, but when compared to a 110 MHz microSPARC-II, it had two times the integer performance and one and a half times the floating-point performance.


Description

The TurboSPARC was a simple scalar in-order design. During the fetch stage, two instructions were fetched from a 16 KB direct-mapped instruction cache. During the decode stage, one instruction was decoded, and its operands read from its register file. Execution began in stage three. The TurboSPARC had an integer unit and a
floating-point unit In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can b ...
. Most integer arithmetic instructions except for multiply and divide have a single-cycle latency. Multiply and divide was executed by the FPU. Multiply had a seven cycle latency while divide had an 8- to 33-cycle latency. Most floating-point arithmetic instructions except for divide and square-root had a four-cycle latency. Memory access occurs during stage four. The TurboSPARC has a 16 KB data cache. The cache is direct-mapped and uses a write back write policy. If there is a data cache hit, data is returned in the same cycle, and checked for errors during stage five. Integer results and loads are written to the register file during stage six. Floating-point instructions, which take more cycles are completed by stage seven and written to the floating-point register file during stage eight. The TurboSPARC had an integrated controllers for the L2 cache, memory, AFX interface and SBus interface. A 256 KB, 512 KB or 1 MB external L2 cache was supported. The cache operated at half or one-third the internal clock frequency: 85 or 56.67 MHz respectively at 170 MHz. It was direct-mapped, had a 32-byte line size and used a write-through write policy. It was parity protected. The cache was built from 12 ns pipelined burst static random access memory (PBSRAM). Memory controller supported 8 to 256 MB of
fast page mode Dynamic random-access memory (dynamic RAM or DRAM) is a type of random-access semiconductor memory that stores each bit of data in a memory cell, usually consisting of a tiny capacitor and a transistor, both typically based on metal-oxide ...
(FPM) DRAM in eight banks. The L2 cache and memory were accessed using the system bus, a 72-bit wide bus, of which 64 bits were for data. The AFX interface enabled AFX
graphics card A graphics card (also called a video card, display card, graphics adapter, VGA card/VGA, video adapter, display adapter, or mistakenly GPU) is an expansion card which generates a feed of output images to a display device, such as a computer moni ...
s to directly access the memory. It shares the same data bus with the cache and memory controllers but used its own control lines. The SBus controller had its own 16-entry input/output translation lookaside buffer. TurboSPARC supported
SBus SBus is a computer bus system that was used in most SPARC-based computers (including all SPARCstations) from Sun Microsystems and others during the 1990s. It was introduced by Sun in 1989 to be a high-speed bus counterpart to their high-speed S ...
frequencies of 16.67 to 25 MHz. The TurboSPARC was not multiprocessor-capable. The TurboSPARC contained 3.0 million transistors and measured 11.5 by 11.5 mm for a die area of 132.25 mm2. Gwennap, "TurboSPARC Offers Low-End Upgrade", p. 16. It was fabricated by Fujitsu in their CS-60ALE process, a 0.35 µm four-level metal
complementary metal–oxide–semiconductor Complementary metal–oxide–semiconductor (CMOS, pronounced "sea-moss", ) is a type of metal–oxide–semiconductor field-effect transistor (MOSFET) fabrication process that uses complementary and symmetrical pairs of p-type and n-type MOSFE ...
(CMOS) process. The TurboSPARC was packaged in a 416-ball plastic ball grid array (PBGA). It used a 3.3 V power supply and had a 9 W maximum power dissipation.


Notes


References

* Fujitsu Microelectronics, Inc. (30 September 1996). ''Fujitsu Microelectronics' New TurboSPARC Processor Sets New Performance Level For Low-End, Mid-Range Workstations''.
Press release A press release is an official statement delivered to members of the news media for the purpose of providing information, creating an official statement, or making an announcement directed for public release. Press releases are also considere ...
.
* Gwennap, Linley (18 November 1996). "TurboSPARC Offers Low-End Upgrade". ''
Microprocessor Report ''Microprocessor Report'' is a newsletter covering the microprocessor industry. The publication is accessible only to paying subscribers. To avoid bias, it does not take advertisements. The publication provides extensive analysis of new high-perfo ...
'', pp. 14–16.
{{Fujitsu Fujitsu microprocessors SPARC microprocessors 32-bit microprocessors