tape out

Tape-out is the moment a completed chip layout leaves the design team and becomes a manufacturing order at the foundry. **It is a technical checkpoint and a business commitment.** The deliverable is usually GDSII or OASIS data plus sign-off collateral, and after submission the cost of discovering a mistake rises sharply. On advanced nodes, mask sets and engineering cycles can represent millions to more than 100 million dollars of exposure, so tape-out quality is less about ceremony than risk control. ```svg Tape-Out — From RTL to GDSII the final handoff: design database shipped to the foundry for mask making and fabrication Chip Design Flow → Tape-Out RTL Verilog/SV Synthesis → gate netlist Place & Route physical layout Sign-Off timing/power/DRC/ LVS/ERC GDSII final database (polygon geometry) FOUNDRY mask making → wafer fab TAPE-OUT Sign-Off Checklist (must ALL pass) Timing:STA clean (setup + hold, all corners) Power:IR drop < 5%, EM clean DRC:design rule check (0 violations) LVS:layout vs schematic (match) ERC:electrical rules (antenna, latchup) Formal:equivalence RTL↔netlist↔layout Fill:metal/poly density fill for CMP one DRC error = potential wafer scrap → no shortcuts After Tape-Out 1. Foundry OPC + mask data prep (1-2 weeks) 2. Mask fabrication (2-4 weeks) 3. Wafer fabrication (8-14 weeks) 4. Wafer test / sort 5. Packaging + final test 6. First silicon! (bring-up + debug) Total: 4-6 months from tape-out to working chip in hand re-spin (if bugs): another 4-6 months + $10-50M mask cost Tape-Out Economics (2024) 28nm ~$5M NRE 30 masks 7nm ~$30M NRE 60 masks 5nm ~$50M NRE 80 masks 3nm ~$100M NRE 80+ masks 2nm ~$150M+ NRE 80+ masks NRE = Non-Recurring Engineering (masks + design tools + engineering time) Only companies shipping millions of units can justify 3nm+ tape-out cost (Apple, NVIDIA, Qualcomm, AMD) A modern AI chip: 2-3 years RTL-to-tapeout, 500-2000 engineers, millions of lines of Verilog, billions of transistors Tape-out is ship day for silicon — once GDSII leaves, there's no undo. Get it right, or pay $100M to try again. ``` | Gate | What it proves | Why it matters | |---|---|---| | DRC | Layout follows foundry geometry rules | Prevents shapes the fab cannot reliably build | | LVS | Layout matches the schematic or netlist | Catches missing, swapped, or unintended connections | | Timing sign-off | Setup, hold, and clock paths close across corners | Protects performance and functional correctness | | Power integrity | IR drop and electromigration stay within limits | Prevents weak rails and reliability failures | | Formal checks | Logic equivalence survives implementation | Confirms synthesis and layout did not change intent | | Foundry review | Data package matches the PDK and submission rules | Reduces handoff friction before masks are made | **The safest tape-out flow is boring by design.** Freeze the design, run independent sign-offs, review waivers, archive exact tool versions, generate the final stream-out, and submit only after the project has a named owner for every accepted risk. A clean tape-out does not guarantee first-silicon success, but a sloppy one almost guarantees expensive surprises.

Go deeper with CFSGPT

Get AI-powered deep-dives, save terms, and run advanced simulations — free account.

Create Free Account