Semiconductor Documentation

VLSI Atlas

An interactive atlas of the VLSI design flow — click any region below to enter that part of the chip's journey from specification to fabricated silicon. The top row follows RTL-to-GDSII in order; the lower row covers cross-cutting concerns that touch multiple stages along the way.

MAIN FLOW — RTL TO GDSII CROSS-CUTTING CONCERNS STAGES 01–04 Logic Synthesis Spec → RTL → Verify → Synth → open page STAGES 05–09 Physical Design Floorplan → Place → CTS → Route → open page STAGE 10 Timing Signoff STA, DRC, LVS → open page STAGE 11 Tapeout / GDSII Mask prep & handoff → open page STAGE 12 Fabrication Wafer, yield, bring-up → open page CROSS-CUTTING Low Power Design Multi-Vt, power gating, DVFS → open page CROSS-CUTTING Power Integrity PDN, IR drop, EM → open page CROSS-CUTTING DFT Scan, ATPG, MBIST → open page

Click any region to open its full page. Dashed green connectors show where a cross-cutting concern feeds into the main flow.

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)

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 (see 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