S10 — DV Coverage Closure

Analyze URG reports to classify DV coverage gaps and generate exclusion files.

3|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/rajivhasija79-bit/DV-Skills --skill s10-dv-coverage-closure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: S10 — DV Coverage Closure
Source: https://github.com/rajivhasija79-bit/DV-Skills/tree/main/skills/dv-coverage-closure
Command: npx skills add https://github.com/rajivhasija79-bit/DV-Skills --skill s10-dv-coverage-closure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The S10 DV Coverage Closure analyzes URG reports and cross-references S7 (assertions) and S9 (regression) data to identify coverage gaps and guide a closure strategy.

Core Features & Use Cases

  • Analyze URG reports for code and functional coverage and map gaps to DUT signals and covergroups.
  • Classify gaps into excludable, coverable, and requires_analysis to drive remediation actions.
  • Generate per-type exclusion files, create test stubs, and assemble the milestone-ready sign-off data.

Quick Start

Run the S10 workflow to analyze merged.vdb with S7/S9 data, generate exclusions and stubs, compute milestones, and produce the sign-off report.

Frequently Asked Questions about S10 — DV Coverage Closure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I close verification coverage gaps identified in URG reports?

To close verification coverage gaps, you can analyze URG reports to map missing code and functional coverage to DUT signals and covergroups, then classify gaps to generate exclusion files and test stubs.

What is the best way to classify DV coverage gaps for milestone sign-off?

The best way to classify DV coverage gaps for milestone sign-off is to categorize them into excludable, coverable, and requires_analysis buckets, automating the generation of exclusion files and sign-off data.

Does coverage closure require cross-referencing assertion and regression data?

Coverage closure requires cross-referencing assertion and regression data to comprehensively identify coverage gaps, ensuring milestone evaluation and sign-off reporting consolidate URG, regression, and assertion inputs.

How do I generate exclusion files from functional coverage holes in a merged.vdb database?

You generate exclusion files from functional coverage holes by analyzing the merged.vdb database to identify coverable and excludable gaps, automatically producing per-type exclusion files to drive remediation.

What does it mean when coverage gaps are classified as requires_analysis during verification?

When coverage gaps are classified as requires_analysis during verification, it indicates complex holes needing manual review before deciding whether to generate exclusion files or create test stubs for remediation.