Semiconductor memory
What Is Semiconductor Memory?
Semiconductor memory is a category of digital data storage built from solid-state integrated circuit technologies, using the electrical properties of transistors and capacitors fabricated on silicon to store binary information. Unlike magnetic or optical storage, semiconductor memory contains no moving parts and operates at speeds that match or exceed the performance of the processors it serves. The field encompasses both volatile memories, which lose their contents when power is removed, and non-volatile memories, which retain data indefinitely without a power supply.
Semiconductor memory draws on semiconductor device physics, digital circuit design, and materials science. Since the first commercially practical dynamic random-access memory cells appeared in the early 1970s, successive generations of lithographic scaling and cell innovation have driven storage density from kilobits to terabits per chip while reducing the cost per bit by many orders of magnitude. The IEEE survey of semiconductor memory technologies traces this evolution across memory families and examines the physical and circuit challenges that accompany continued scaling.
Volatile Memory: DRAM and SRAM
Dynamic random-access memory (DRAM) stores each bit as a charge on a capacitor paired with a single access transistor, giving the cell the highest density among volatile semiconductor memories. Because charge leaks away within milliseconds, DRAM requires periodic refresh cycles that read and rewrite every row. DRAM dominates the main memory of computers and servers, where capacity and cost per bit are the primary metrics. Static random-access memory (SRAM) stores a bit in a cross-coupled pair of inverters, typically six transistors per cell, and holds data without refresh as long as power is supplied. SRAM is faster and more tolerant of power-supply variation than DRAM, making it the choice for on-chip caches inside processors where access latency governs performance. The two technologies are complementary: DRAM provides the bulk of system memory, while SRAM sits closest to the processor cores.
Non-Volatile Memory: Flash and Emerging Technologies
Flash memory stores charge on a floating gate or charge-trap layer insulated from the surrounding silicon, retaining its state without power. NAND flash, organized in series-connected cell strings, achieves the highest density and dominates solid-state drive and embedded storage applications. Three-dimensional NAND stacks active layers vertically, with commercial devices exceeding 200 layers by the mid-2020s, partially offsetting the limits of planar lithographic scaling. NOR flash, with cells connected in parallel for byte-addressable reads, remains in use for code storage in microcontrollers and embedded systems. The Oxford Academic review of emerging non-volatile memory technologies covers phase-change memory, resistive RAM, and magnetoresistive RAM as candidates for a memory tier between DRAM and NAND, offering non-volatility with near-DRAM access latency.
Integration with Logic and Integrated Circuits
Semiconductor memory does not exist in isolation from the logic circuits that access it. Embedded SRAM and embedded flash are fabricated on the same die as processors and microcontrollers, with the memory process tuned to coexist with the transistor process. High-bandwidth memory stacks DRAM dies vertically with through-silicon vias and bonds the stack directly to a logic die, reducing the energy and latency of the memory-to-processor interconnect. The memory wall, the growing mismatch between processor speed and memory bandwidth, drives ongoing architectural research into near-memory and in-memory computing, where arithmetic operations are performed inside or adjacent to memory arrays rather than transferring data to a remote processor. The IEEE Xplore conference proceedings on memory in the nano-era examines how these integration strategies address the bandwidth and energy constraints of large-scale computation.
Applications
Semiconductor memory has applications in a wide range of fields, including:
- Computing systems, from smartphones to data center servers, as main memory and storage
- Solid-state drives and USB flash storage for consumer and enterprise data
- Automotive electronics, including firmware storage and data logging in vehicle control units
- Artificial intelligence accelerators, where high-bandwidth memory supplies weight data to neural network inference engines
- Medical imaging and industrial instrumentation for real-time data buffering and long-term logging