Static random-access memory


Static random-access memory is a type of random-access memory that uses latching circuitry to store each bit. SRAM is volatile memory; data is lost when power is removed.
The static qualifier differentiates SRAM from dynamic random-access memory :
  • SRAM will hold its data permanently in the presence of power, while data in DRAM decays in seconds and thus must be periodically refreshed.
  • SRAM is faster than DRAM but it is more expensive in terms of silicon area and cost.
  • Typically, SRAM is used for the cache and internal registers of a CPU while DRAM is used for a computer's main memory.

    History

Semiconductor bipolar SRAM was invented in 1963 by Robert Norman at Fairchild Semiconductor. Metal–oxide–semiconductor SRAM was invented in 1964 by John Schmidt at Fairchild Semiconductor. The first device was a 64-bit MOS p-channel SRAM.
SRAM was the main driver behind any new CMOS-based technology fabrication process since the 1960s, when CMOS was invented.
In 1964, Arnold Farber and Eugene Schlig, working for IBM, created a hard-wired memory cell, using a transistor gate and tunnel diode latch. They replaced the latch with two transistors and two resistors, a configuration that became known as the Farber-Schlig cell. That year they submitted an invention disclosure, but it was initially rejected. In 1965, Benjamin Agusta and his team at IBM created a 16-bit silicon memory chip based on the Farber-Schlig cell, with 84 transistors, 64 resistors, and 4 diodes.
In April 1969, Intel Inc. introduced its first product, Intel 3101, a SRAM memory chip intended to replace bulky magnetic-core memory modules; Its capacity was 64 bits and was based on bipolar junction transistors. It was designed by using rubylith.

Characteristics

Though it can be characterized as volatile memory, SRAM exhibits data remanence.
SRAM offers a simple data access model and does not require a refresh circuit. Performance and reliability are good and power consumption is low when idle. Since SRAM requires more transistors per bit to implement, it is less dense and more expensive than DRAM and also has a higher power consumption during read or write access. The power consumption of SRAM varies widely depending on how frequently it is accessed.

Applications

Embedded use

Many categories of industrial and scientific subsystems, automotive electronics, and similar embedded systems, contain SRAM which, in this context, may be referred to as embedded SRAM. Some amount is also embedded in practically all modern appliances, toys, etc. that implement an electronic user interface.
SRAM in its dual-ported form is sometimes used for real-time digital signal processing circuits.

In computers

SRAM is used in personal computers, workstations and peripheral equipment: CPU register files, internal CPU caches and GPU caches, hard disk buffers, etc. LCD screens also may employ SRAM to hold the image displayed. SRAM was used for the main memory of many early personal computers such as the ZX80, TRS-80 Model 100, and VIC-20.
Some early memory cards in the late 1980s to early 1990s used SRAM as a storage medium, which required a lithium battery to retain the contents of the SRAM.

Integrated on chip

SRAM may be integrated on chip for:
Hobbyists, specifically home-built processor enthusiasts, often prefer SRAM due to the ease of interfacing. It is much easier to work with than DRAM as there are no refresh cycles and the address and data buses are often directly accessible. In addition to buses and power connections, SRAM usually requires only three controls: Chip Enable, Write Enable and Output Enable. In synchronous SRAM, Clock is also included.

Types of SRAM

Non-volatile SRAM

has standard SRAM functionality, but retains data when power is lost. nvSRAMs are used in networking, aerospace, and medical, among other applications,where the preservation of data is critical and where batteries are impractical.

Pseudostatic RAM

is DRAM combined with a self-refresh circuit. It appears externally as slower SRAM, albeit with a density and cost advantage over true SRAM, and without the access complexity of DRAM.

By transistor type

  • Bipolar junction transistor very fast but with high power consumption
  • MOSFET low power

    By numeral system

  • Binary
  • Ternary

    By function

  • Asynchronousindependent of clock frequency, data in and data out are controlled by address transition. Examples include the ubiquitous 28-pin and chips, as well as similar products up to 16 Mbit per chip.
  • Synchronousall timings are initiated by the clock edges. Address, data in and other control signals are associated with the clock signals.
In the 1990s, asynchronous SRAM was employed for fast access time. Asynchronous SRAM was used as main memory for small cache-less embedded processors used in everything from industrial electronics and measurement systems to hard disks and networking equipment. Synchronous SRAM is preferred similarly to how synchronous DRAMDDR SDRAM memory is now preferred over asynchronous DRAM. The pipeline architecture employed by Synchronous memory allows higher throughput. Furthermore, as DRAM is much cheaper than SRAM, SRAM is often replaced by DRAM, especially in cases where a large memory capacity is required. SRAM memory is, however, much faster for random, as opposed to block or burst access. Therefore, SRAM memory is mainly used for CPU cache, small on-chip memory, FIFOs or other small buffers.

By feature

  • Zero bus turnaround the turnaround is the number of clock cycles it takes to change access to SRAM from write to read and vice versa. The turnaround for ZBT SRAMs or the latency between read and write cycles is zero.
  • syncBurst features synchronous burst write access to SRAM to increase write throughput to SRAM.
  • DDR SRAMsynchronous, single read/write port, double data rate I/O.
  • Quad Data Rate SRAMsynchronous, separate read and write ports, quadruple data rate I/O.

    By stacks

  • Single-stack SRAM
  • 2.5D SRAM, 3D SRAM technology is still expensive, so SRAM with 2.5D integrated circuit technology may be used.
  • 3D SRAMused on various performance-oriented models of AMD processors.

    Design

A typical SRAM cell is made up of six MOSFETs, and is often called a SRAM cell. Each bit in the cell is stored on four transistors that form two cross-coupled inverters. This storage cell has two stable states which are used to denote 0 and 1. Two additional access transistors serve to control the access to a storage cell during read and write operations. 6T SRAM is the most common kind of SRAM. In addition to 6T SRAM, other kinds of SRAM use 4, 5, 7, 8, 9, 10, or more transistors per bit. Four-transistor SRAM is quite common in stand-alone SRAM devices, implemented in special processes with an extra layer of polysilicon, allowing for very high-resistance pull-up resistors. The principal drawback of using 4T SRAM is increased static power due to the constant current flow through one of the pull-down transistors.
This is sometimes used to implement more than one port, which may be useful in certain types of video memory and register files implemented with multi-ported SRAM circuitry.
Generally, the fewer transistors needed per cell, the smaller each cell can be. Since the cost of processing a silicon wafer is relatively fixed, using smaller cells and so packing more bits on one wafer reduces the cost per bit of memory.
Memory cells that use fewer than four transistors are possible; however, such 3T or 1T cells are DRAM, not SRAM.
Access to the cell is enabled by the word line which controls the two access transistors M5 and M6 in 6T SRAM figure which, in turn, control whether the cell should be connected to the bit lines: BL and BL. They are used to transfer data for both read and write operations. Although it is not strictly necessary to have two bit lines, both the signal and its inverse are typically provided in order to improve noise margins and speed.
During read accesses, the bit lines are actively driven high and low by the inverters in the SRAM cell. This improves SRAM bandwidth compared to DRAMs in a DRAM, the bit line is connected to storage capacitors and charge sharing causes the bit line to swing upwards or downwards. The symmetric structure of SRAMs also allows for differential signaling, which makes small voltage swings more easily detectable. Another difference with DRAM that contributes to making SRAM faster is that commercial chips accept all address bits at a time. By comparison, commodity DRAMs have the address multiplexed in two halves, i.e. higher bits followed by lower bits, over the same package pins in order to keep their size and cost down.
The size of an SRAM with address lines and data lines is words, or bits. The most common word size is 8 bits, meaning that a single byte can be read or written to each of different words within the SRAM chip. Several common SRAM chips have 11 address lines and an 8-bit word, so they are referred to as 2k × 8 SRAM.
The dimensions of an SRAM cell on an IC is determined by the minimum feature size of the process used to make the IC.

SRAM operation

An SRAM cell has three states:
  • Standby: The circuit is idle.
  • Reading: The data has been requested.
  • Writing: Updating the contents.
SRAM operating in read and write modes should have readability and write stability, respectively. The three different states work as follows: