Close Menu
  • Analog Design
    • Latest Analog Layout Interview Questions (2025)
  • Digital Design
    • Digital Electronics Interview Question(2025)
    • Top VLSI Interview Questions
  • Physical Design
    • Physical Design Interview Questions for VLSI Engineers
  • Verilog
    • Verilog Interview Questions(2024)
  • Forum
Facebook Instagram YouTube LinkedIn WhatsApp
SiliconvlsiSiliconvlsi
Ask Questions Register in Forum Login in Forum
Facebook Instagram YouTube LinkedIn WhatsApp
  • Analog Design
    • Latest Analog Layout Interview Questions (2025)
  • Digital Design
    • Digital Electronics Interview Question(2025)
    • Top VLSI Interview Questions
  • Physical Design
    • Physical Design Interview Questions for VLSI Engineers
  • Verilog
    • Verilog Interview Questions(2024)
  • Forum
SiliconvlsiSiliconvlsi
Home » DRC (Design Rule Check) in VLSI – Complete Guide

DRC (Design Rule Check) in VLSI – Complete Guide

DRC (Design Rule Check) in VLSI – Complete Guide


What is DRC in VLSI?

DRC (Design Rule Check) is a physical verification process used in VLSI design to ensure that the layout follows all manufacturing rules defined by the semiconductor foundry.

These rules are created based on process limitations and manufacturing requirements. The purpose of DRC is to identify layout violations that may affect manufacturability, yield, reliability, or functionality of the integrated circuit.

Before a chip is sent for fabrication, every layout must pass DRC verification. A layout that successfully passes all design rule checks is called a DRC Clean Layout.

As technology nodes continue to shrink from 28nm to 14nm, 7nm, 5nm, and beyond, DRC verification becomes increasingly critical due to tighter spacing and more complex design rules.


Why is DRC Important?

DRC ensures that a design can be manufactured reliably by the semiconductor foundry.

Without DRC verification, the fabricated chip may suffer from:

  • Open circuits
  • Short circuits
  • Yield loss
  • Reliability failures
  • Lithography issues
  • Manufacturing defects

The primary benefits of DRC include:

  • Improves manufacturability
  • Improves chip yield
  • Reduces fabrication failures
  • Ensures compliance with foundry requirements
  • Detects layout mistakes early
  • Prevents expensive re-spins

What are Design Rules?

Design rules are geometric constraints defined by the foundry to ensure proper fabrication of integrated circuits.

These rules specify minimum and maximum values for various layout features.

Examples include:

  • Minimum Width
  • Minimum Spacing
  • Minimum Enclosure
  • Minimum Area
  • Minimum Extension
  • Density Rules
  • Antenna Rules

The exact rules vary depending on technology node and foundry process.


DRC Verification Flow

Step 1: Complete Layout Design

The layout engineer completes the physical implementation.

Step 2: Load Foundry Rule Deck

The foundry provides a DRC rule deck containing all manufacturing rules.

Step 3: Run DRC Tool

A DRC tool checks the layout against all design rules.

Step 4: Review Violations

The tool generates a violation report.

Step 5: Debug Violations

Engineers analyze and fix each violation.

Step 6: Re-run DRC

Verification is repeated until all errors are removed.

Step 7: Achieve DRC Clean Status

The design becomes ready for further signoff verification.


Common DRC Violations

Minimum Width Violation

Occurs when a metal or polygon width is smaller than the minimum allowed value.

Causes

  • Narrow routing
  • Manual editing mistakes

Fix

Increase the width to meet design rule requirements.


Minimum Spacing Violation

Occurs when two shapes are placed too close to each other.

Causes

  • Congested routing
  • Placement issues

Fix

Increase spacing between shapes.


Minimum Area Violation

Occurs when the area of a shape is below the minimum requirement.

Causes

  • Small metal fragments
  • Incomplete routing

Fix

Increase polygon size.


Enclosure Violation

Occurs when a via or contact is not sufficiently covered by the surrounding layer.

Fix

Increase enclosure around the via.


Extension Violation

Occurs when one layer does not extend sufficiently beyond another layer.

Fix

Increase the extension distance.


Density Violation

Modern technologies require proper metal density distribution.

Causes

  • Large empty regions
  • Uneven metal distribution

Fix

Add dummy metal fill.


Antenna Violation

Antenna violations occur during fabrication when charge accumulates on long metal routes and damages gate oxide.

Common Fixes

  • Antenna Diodes
  • Metal Jumpers
  • Layer Hopping

What is an Antenna Rule?

The antenna rule limits the ratio between metal area and gate area.

Large metal segments connected to small gate structures may accumulate excessive charge during fabrication.

Violating antenna rules can damage transistors before the chip is completed.


DRC vs LVS

DRC LVS
Checks design rules Checks connectivity
Verifies manufacturability Verifies functionality
Uses foundry rules Compares layout and schematic
Detects geometric errors Detects connectivity errors
Performed before signoff Performed before tapeout

Both DRC and LVS are mandatory signoff verification steps.


What is DRC Signoff?

DRC Signoff refers to the final DRC verification performed before tapeout.

A design is considered DRC Clean only when:

  • All violations are fixed
  • No critical errors remain
  • Foundry rule deck checks pass successfully

Only then can the design proceed toward fabrication.


DRC Tools Used in Industry

Calibre DRC

One of the most widely used physical verification tools.

Features

  • Fast verification
  • Advanced node support
  • Signoff accuracy

IC Validator

Widely used for signoff verification.

Features

  • High-performance processing
  • Advanced DRC support

Pegasus

Modern physical verification platform.

Features

  • Fast runtime
  • Advanced technology support

Practical DRC Fixing Tips

Based on real layout experience:

Fix High-Count Errors First

One fix may remove hundreds of violations.

Verify Technology Layers

Incorrect layer usage often causes numerous violations.

Check Via Enclosures Carefully

Via enclosure violations are among the most common DRC issues.

Review Antenna Reports Early

Fix antenna violations before final signoff.

Re-run Incrementally

Do not wait until the end of the project.

Run DRC regularly during layout development.


DRC Interview Questions

What is DRC?

DRC verifies whether a layout follows foundry design rules.

Why is DRC required?

To ensure the layout can be manufactured reliably.

What is a DRC violation?

Any layout feature that violates foundry rules.

What is a spacing violation?

When two shapes are closer than the minimum allowed spacing.

What is an enclosure violation?

When a via or contact is not properly covered by surrounding layers.

What is an antenna violation?

A violation caused by excessive metal-to-gate area ratio.

What is DRC signoff?

Final verification before tapeout.

Difference between DRC and LVS?

DRC checks geometry while LVS checks connectivity.

Which tools are used for DRC?

Calibre, IC Validator, and Pegasus.

Can a layout be LVS clean but DRC fail?

Yes. Connectivity may be correct while design rules are violated.


Frequently Asked Questions

What does DRC stand for?

DRC stands for Design Rule Check.

When is DRC performed?

After layout completion and throughout the physical design process.

Is DRC mandatory?

Yes. Every design must pass DRC before fabrication.

Can DRC detect shorts?

Some shorts may be indirectly detected through rule violations, but connectivity verification is primarily performed using LVS.

What happens if DRC violations are ignored?

The chip may fail manufacturing or suffer yield and reliability problems.


Conclusion

DRC (Design Rule Check) is one of the most critical verification steps in VLSI design. It ensures that the physical layout complies with foundry manufacturing rules and can be fabricated successfully. By identifying spacing violations, width violations, enclosure errors, density issues, and antenna problems, DRC helps engineers achieve reliable and manufacturable designs.

A DRC Clean layout is a mandatory milestone before tapeout and plays a major role in achieving high-yield semiconductor products.

Related VLSI Topics

LVS (Layout Versus Schematic)

LVS verifies whether the physical layout matches the intended schematic design. It is one of the most important signoff verification checks used to detect missing devices, shorts, opens, and connectivity mismatches.

👉 Read More: https://siliconvlsi.com/lvs/

Antenna Effect in VLSI

The antenna effect occurs during semiconductor manufacturing when charge accumulates on long metal interconnects and damages the gate oxide of transistors. Engineers use antenna diodes, metal hopping, and routing techniques to prevent antenna violations.

👉 Read More: https://siliconvlsi.com/antenna-effect/

Physical Verification in VLSI

Physical verification is a signoff process that ensures the layout is manufacturable and functionally correct. It includes DRC, LVS, ERC, antenna checks, density checks, and several advanced verification methodologies used in modern semiconductor design.

👉 Read More: https://siliconvlsi.com/physical-verification/

 

Facebook X (Twitter) Instagram Pinterest Vimeo YouTube
  • About Us
  • Contact Us
  • Privacy Policy
© 2026 Siliconvlsi.

Type above and press Enter to search. Press Esc to cancel.