Semiconductor Documentation

VLSI

Very Large Scale Integration — the discipline of designing integrated circuits with millions to billions of transistors on a single die. This page is the hub for VLSI design flow, concepts, and linked deep-dive topics.

What is VLSI

VLSI is the process of creating an integrated circuit by combining a very large number of transistors into a single chip. It spans the full journey from an idea or specification to a manufactured piece of silicon, and underpins nearly every modern electronic device — from processors and memory to sensors and RF chips.

Modern VLSI design increasingly relies on FinFET and gate-all-around (GAA) transistor structures, 3D/2.5D integration, and AI-driven EDA tools that use machine learning to speed up floorplanning, routing, and signoff.

VLSI Design Flow (RTL to GDSII)

⤢ Click to zoom 01 Specification Define requirements 02 RTL Design Verilog / VHDL 03 Verification Simulate & check 04 Synthesis RTL → netlist 05 Physical Design Floorplan → Route 06 Signoff STA, DRC, LVS, PI 07 GDSII Tapeout to foundry

At-a-glance RTL-to-GDSII flow. Each stage below expands on what happens in that phase.

01

Specification

Define functional, performance, power, and area requirements for the chip — see Logic Synthesis.

02

RTL Design

Describe logic behavior in Verilog/VHDL at the register-transfer level — see Logic Synthesis.

03

Functional Verification

Simulate and verify the RTL matches the intended specification before synthesis — see Logic Synthesis.

04

Logic Synthesis

Translate RTL into a gate-level netlist mapped to a standard cell library — see Logic Synthesis.

05

Floorplanning

Place macros, define core/die area, and plan power straps and I/O — see Physical Design.

06

Power Planning

Build the power delivery network (PDN) — rings, straps, and rails — see Power Integrity.

07

Placement

Place standard cells to optimize timing, congestion, and power — see Physical Design.

08

Clock Tree Synthesis

Build balanced clock distribution to minimize skew and latency — see Physical Design.

09

Routing

Connect all placed cells with metal interconnect across routing layers — see Physical Design.

10

Signoff (STA, DRC, LVS)

Static timing analysis, IR drop/EM checks, design rule and layout-vs-schematic checks — see Physical Design.

11

Tapeout / GDSII

Final signoff, GDSII/OASIS export, mask data prep, and handoff to the foundry — see Tapeout / GDSII.

12

Fabrication

Wafer processing, process corners, yield, and post-silicon bring-up & ATPG — see Fabrication.

Topics

Deep-dive subpages under VLSI. Click a ready topic to open it.

Key Terms

TermMeaning
RTLRegister-Transfer Level — hardware description of logic behavior (e.g. Verilog, VHDL)
GDSIIStandard file format for final chip layout data sent to the foundry
PDNPower Delivery Network — the on-chip structure distributing voltage/current to logic
STAStatic Timing Analysis — verifies timing without simulation vectors
DRC / LVSDesign Rule Check / Layout-vs-Schematic — physical and electrical verification
FinFET / GAAModern 3D transistor structures used at advanced process nodes

Sources