Very Large Scale Integration (VLSI) design is the process of creating an integrated circuit by combining billions of transistors onto a single silicon chip through photolithographic fabrication. Modern VLSI design flows use Electronic Design Automation (EDA) tools and hardware description languages (VHDL, Verilog, SystemVerilog) to design, simulate, verify, and synthesize digital circuits before physical fabrication. VLSI technology has driven Moore's Law, enabling the miniaturization of processors, memory, and SoCs that power modern computing.
| Classification | Abbreviation | Transistor Count | Era | Example |
|---|---|---|---|---|
| Small Scale Integration | SSI | <100 | 1960s | TTL logic gates |
| Medium Scale Integration | MSI | 100–3,000 | 1970s | 4-bit ALU (74181) |
| Large Scale Integration | LSI | 3,000–100,000 | 1970s–80s | Intel 8080 (6,000) |
| Very Large Scale Integration | VLSI | 100,000–1B | 1980s–2000s | Pentium (3.1M) |
| Ultra Large Scale Integration | ULSI | >1 billion | 2010s–present | Apple M4 (28B) |
Brilliant.org — Electrical Engineering
Interactive lessons on transistors, logic gates, and digital circuit design
Open ToolWikimedia Commons, CC BY-SA
A Field-Programmable Gate Array (FPGA) is an integrated circuit containing an array of configurable logic blocks (CLBs), programmable interconnects, and I/O elements that can be reconfigured after manufacturing to implement virtually any digital circuit. Unlike fixed-function ASICs, FPGAs are reprogrammable using hardware description languages such as VHDL or Verilog, enabling rapid prototyping and field updates. FPGAs are widely used in signal processing, telecommunications, hardware acceleration, aerospace, and as prototyping platforms for ASIC designs.
A semiconductor device is an electronic component made from semiconductor materials (primarily silicon or germanium) whose electrical conductivity lies between that of conductors and insulators, and which can be precisely controlled by doping, applied voltage, or light. Fundamental semiconductor devices include diodes (p-n junctions), bipolar junction transistors (BJTs), and metal-oxide-semiconductor field-effect transistors (MOSFETs), the last of which is the building block of all modern digital logic and memory chips. Semiconductor devices underpin all of modern electronics, enabling amplification, switching, rectification, and signal processing.
Instruction Set Architecture (ISA) is the abstract model of a computer that defines the set of instructions a processor can execute, along with the data types, registers, addressing modes, and memory architecture it supports. The ISA forms the interface between hardware and software, allowing compilers and programmers to write code without knowing the underlying circuit details. Common ISA families include x86, ARM, RISC-V, and MIPS, each with distinct trade-offs between instruction complexity, power consumption, and performance.
From Latin "integer" (whole, untouched) and "circuitus" (a going around). "VLSI" was coined in the 1970s to describe the next generation of chip integration beyond LSI. The term was popularized by Carver Mead and Lynn Conway through their influential 1980 textbook "Introduction to VLSI Systems," which revolutionized IC design methodology.