dv-scoreboard

Generate DV scoreboard, reference model, and coverage wiring from JSON and testplan data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building end-to-end DV testbenches requires integrating a scoreboard, reference model, and coverage flow; this skill automates generation and wiring of these components to accelerate DV flow.

Core Features & Use Cases

  • Scoreboard generation to validate DUT outputs against expected results, including per-feature checks and CHK_ID reporting.
  • Reference model stub and a functional coverage model wired to the scoreboard for end-to-end verification.
  • Testplan-driven design: supports analysis, question-driven configuration, and SVA deduplication of checks.

Quick Start

Input your dv_tb_data.json and testplan data, then run the S8 workflow to generate the scoreboard, reference model, and functional coverage wiring.

Frequently Asked Questions about dv-scoreboard

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

FAQPage Schema
How do I generate a UVM scoreboard and reference model for my testbench?

To generate a UVM scoreboard and reference model, input your dv_tb_data.json and testplan data to automatically create the scoreboard, reference model stub, and functional coverage wiring for end-to-end verification.

What is a DV scoreboard workflow and how does it validate DUT outputs?

A DV scoreboard workflow validates DUT outputs against expected results by integrating a reference model and functional coverage, enabling per-feature checks and CHK_ID reporting to ensure comprehensive design verification.

Can I integrate RAL mirror validation and functional coverage into a UVM scoreboard?

Yes, you can integrate RAL mirror validation and functional coverage into a UVM scoreboard by running an automated workflow that wires the coverage model and reference checks directly to the scoreboard architecture.

How do I automate testplan-driven checks and SVA deduplication in a DV testbench?

You can automate testplan-driven checks and SVA deduplication by inputting your testplan data into the generation workflow, which analyzes and configures the scoreboard checks to avoid duplication across verification components.

Does this DV scoreboard generator support end-to-end verification across multiple VIPs?

Yes, this DV scoreboard generator supports end-to-end verification across multiple VIPs by generating the required dv/env files and JSON metadata to wire scoreboards, reference models, and coverage for diverse testbench architectures.