Jump to content

R4000

From Wikipedia, the free encyclopedia
A Toshiba R4000 microprocessor
AIDTR4000 microprocessor
MIPS R4000die shot

TheR4000is amicroprocessordeveloped byMIPS Computer Systemsthat implements theMIPS IIIinstruction set architecture(ISA). Officially announced on 1 October 1991, it was one of the first 64-bit microprocessors and the first MIPS III implementation. In the early 1990s, whenRISCmicroprocessors were expected to replace CISC microprocessors such as the Inteli486,the R4000 was selected to be the microprocessor of theAdvanced Computing Environment(ACE), an industry standard that intended to define a common RISC platform. ACE ultimately failed for anumber of reasons,but the R4000 found success in the workstation and server markets.

Models

[edit]

There are three configurations of the R4000: the R4000PC, an entry-level model with no support for a secondary cache; the R4000SC, a model with secondary cache but no multiprocessor capability; and the R4000MC, a model with secondary cache and support for the cache coherency protocols required by multiprocessor systems.

Description

[edit]

The R4000 is ascalarsuperpipelinedmicroprocessor with an eight-stage integer pipeline. During the first stage (IF), a virtual address for an instruction is generated and the instructiontranslation lookaside buffer(TLB) begins the translation of the address to a physical address. In the second stage (IS), translation is completed and the instruction is fetched from an internal 8 KB instruction cache. The instruction cache isdirect-mappedandvirtually indexed, physically tagged.It has a 16- or 32-byte line size. Architecturally, it could be expanded to 32 KB.

During the third stage (RF), the instruction is decoded and theregister fileis read. The MIPS III defines two register files, one for the integer unit and the other for floating-point. Each register file is 64 bits wide and contained 32 entries. The integer register file has two read ports and one write port, while the floating-point register file has two read ports and two write ports. Execution begins at stage four (EX) for both integer and floating-point instructions; and is written back to the register files when completed in stage eight (WB). Results may be bypassed if possible.

Integer execution

[edit]

The R4000 has anarithmetic logic unit(ALU), a shifter, multiplier and divider and load aligner for executing integer instructions. The ALU consists of a 64-bitcarry-select adderand a logic unit and is pipelined. The shifter is a 32-bitbarrel shifter.It performs 64-bit shifts in two cycles, stalling the pipeline as a result. This design was chosen to save die area. The multiplier and divider are not pipelined and have significant latencies: multiplies have a 10- or 20-cycle latency for 32-bit or 64-bit integers, respectively; whereas divides have a 69- or 133-cycle latency for 32-bit or 64-bit integers, respectively. Most instructions have a single cycle latency. The ALU adder is also used for calculating virtual addresses for loads, stores and branches.

Load and store instructions are executed by the integer pipeline, and access the on-chip 8 KB data cache.

Floating-point execution

[edit]

The R4000 has an on-dieIEEE 754-1985-compliantfloating-point unit(FPU), referred to as the R4010. The FPU is a coprocessor designated CP1[1](the MIPS ISA defined four coprocessors, designated CP0 to CP3). The FPU can operate in two modes, 32- or 64-bit which are selected by setting a bit, the FR bit, in the CPU status register. In 32-bit mode, the 32 floating-point registers become 32 bits wide when used to hold single-precision floating-point numbers. When used to hold double-precision numbers, there are 16 floating-point registers (the registers are paired).

The FPU can operate in parallel with the ALU unless there is a data or resource dependency, which causes it to stall. It contains three sub-units: an adder, a multiplier and a divider. The multiplier and divider can execute an instruction in parallel with the adder, but they use the adder in their final stages of execution, thus imposing limits to overlapping execution. Thus, under certain conditions, it can execute up to three instructions at any time, one in each unit. The FPU is capable of retiring one instruction per cycle.

The adder and multiplier are pipelined. The multiplier has a four-stage multiplier pipeline. It is clocked at twice the clock frequency of the microprocessor for adequate performance and usesdynamic logicto achieve the high clock frequency. Division has a 23- or 36-cycle latency for single- or double-precision operations and square-root has a 54- or 112-cycle latency. Division and square-root uses theSRTalgorithm.

Memory management

[edit]

Thememory management unit(MMU) uses a 48-entrytranslation lookaside bufferto translatevirtual addresses.The R4000 uses a 64-bit virtual address, but only implements 40 of the 64 bits, allowing 1 TB ofvirtual memory;the remaining bits are checked to ensure that they contain zero. The R4000 uses a 36-bitphysical address,thus is able to address 64 GB ofphysical memory.

Secondary cache

[edit]

The R4000 (SC and MC configurations only) supports an external secondary cache with a capacity of 128 KB to 4 MB. The cache is accessed via a dedicated 128-bit data bus. The secondary cache can be configured either as a unified cache or as a split instruction and data cache. In the latter configuration, each cache can have a capacity of 128 KB to 2 MB.[2]The secondary cache isphysically indexed, physically taggedand has a programmable line size of 128, 256, 512 or 1,024 bytes. The cache controller is on-die. The cache is built from standardstatic random access memory(SRAM). The data and tag buses are ECC-protected.

System bus

[edit]

The R4000 uses a 64-bit system bus called the SysAD bus. The SysAD bus was an address and data multiplexed bus, that is, it used the same set of wires to transfer data and addresses. While this reduces bandwidth, it is also less expensive than providing a separate address bus, which requires more pins and increases the complexity of the system. The SysAD bus can be configured to operate at half, a third or a quarter of the internal clock frequency. The SysAD bus generates its clock signal by dividing the operating frequency.

Transistor count, die dimensions and process details

[edit]

The R4000 contains 1.2 million transistors.[3]It was designed for a 1.0 μm two-layer metalcomplementary metal–oxide–semiconductor(CMOS) process. As MIPS was afablesscompany, the R4000 was fabricated by partners in their own processes, which had a 0.8 μm minimum feature size.[4]

Clocking

[edit]

The R4000 generates the various clock signals from a master clock signal generated externally. For the operating frequency, the R4000 multiplies the master clock signal by two by use of an on-diephase-locked loop(PLL).

Packaging

[edit]

The R4000PC is packaged in a 179-pin ceramicpin grid array(CPGA). The R4000SC and R4000MC are packaged in a 447-pin ceramicstaggered pin grid array(SPGA). The pin out of the R4000MC is different from the R4000SC, with some pins which are unused on the R4000SC used for signals to implementcache coherencyon the R4000MC. The pin-out of the R4000PC is similar to that of the PGA-packagedR4200andR4600microprocessors. This characteristic enables a properly designed system to use any of the three microprocessors.

R4400

[edit]
An example of a R4400MC microprocessor fabricated by Toshiba
ALSI LogicR4400 microprocessor
NEC VR4400MC die shot

TheR4400is a further development of the R4000. It was announced in early November 1992. Samples of the microprocessor had been shipped to selected customers before then, with general availability in January 1993. The R4400 operates at clock frequencies of 100, 133, 150, 200, and 250 MHz. The only major improvement from the R4000 is larger primary caches, which were doubled in capacity to 16 KB each from 8 KB each. It contained 2.3 million transistors.

The R4400 was licensed byIntegrated Device Technology(IDT),LSI Logic,NEC,Performance Semiconductor,Siemens AGandToshiba.IDT, NEC, Siemens and Toshiba fabricated and marketed the microprocessor. LSI Logic used the R4400 in custom products. Performance Semiconductor sold their logic division toCypress Semiconductorwhere the MIPS microprocessor products were discontinued.

NEC marketed their version as the VR4400. The first version, a 150 MHz part, was announced in November 1992. Early versions were fabricated in a 0.6 μm process.[5]In mid-1995, a 250 MHz part began sampling. It was fabricated in a 0.35 μm four-layer-metal process.[6]NEC also produced the MR4401, a ceramicmulti-chip module(MCM) that contained a VR4400SC with ten 1 Mbit SRAM chips that implemented a 1 MB secondary cache. The MCM was pin-compatible with the R4x00PC. The first version, a 150 MHz part, was announced in 1994. In 1995, a 200 MHz part was announced.

Toshiba marketed their version as the TC86R4400. A 200 MHz part containing 2.3 million transistors and measuring 134 mm2fabricated in a 0.3 μm process was introduced in mid-1994. The R4400PC was priced at$1,600,the R4400SC at$1,950,and the R4400MC at$2,150in quantities of 10,000.[7]

Usage

[edit]

The R4400 is used by:

Chipsets

[edit]

The R4000 and R4400 microprocessors were interfaced to the system by custom ASICs or by commercially available chipsets. System vendors such as SGI developed their own ASICs for their systems. Commercial chipsets were developed, fabricated and marketed by companies such as Toshiba with their the Tiger Shark chipset, which provided ai486-compatible bus.[13]

Notes

[edit]
  1. ^MIPS R4000 Microprocessor User's Manual, Second Edition,p. 152
  2. ^Heinrich, "MIPS R4000 Microprocessor User's Manual", p. 248
  3. ^Mirapuri, "The Mips R4000 Processor",p. 10
  4. ^Mirapuri, "The Mips R4000 Processor",p. 21
  5. ^"NEC VR4400 Clock-Doubling RISC Has 2m Transistors"
  6. ^"NEC Ready With 250MHz Version Of The 64-Bit MIPS R4400 RISC"
  7. ^"Toshiba Has 200MHz MIPS R4400"
  8. ^"...And From Carrera Computers"
  9. ^"Concurrent Multiprocessors Feature New Bus Architecture"
  10. ^"MIPS R-Based Windows NT Personal Computers From Deskstation..."
  11. ^"NEC Goes After The Business Market With Its Latest Line Of RISC UNIX Workstations"
  12. ^"Pyramid Technology Aims To Crash The Mainframe With Nile Series"
  13. ^"Toshiba Samples 80486-Bus Chip Set For R-Series".

References

[edit]