English

PRO-V-R1: Reasoning Enhanced Programming Agent for RTL Verification

Artificial Intelligence 2025-12-10 v4 Hardware Architecture

Abstract

Register-Transfer Level (RTL) verification is a primary bottleneck, consuming 60-70% of development time. While Large Language Models (LLMs) show promise for RTL automation, their performance and research focus have overwhelmingly centered on RTL generation rather than verification. Current methods for RTL verification rely on large scale proprietary models (e.g., GPT-4o) to generate Python-based functional references, incurring a high cost and raising data-privacy risks. To date, an end-to-end open-source solution for autonomous verification remains absent. We introduce PRO-V-R1, the first trainable open-source agentic framework for autonomous RTL verification. Our contributions are threefold: (1) we design PRO-V sys, a modular agentic system that couples LLM-based reasoning with programmatic tool use for RTL verification; (2) we establish a data construction pipeline that leverages existing RTL datasets to build simulation-validated, expert-level trajectories tailored for supervised fine-tuning (SFT) RTL verification agents; and (3) we implement an efficient reinforcement learning (RL) algorithm that uses verification-specific rewards derived from program-tool feedback to optimize the end-to-end verification workflow. Our empirical evaluation demonstrates PRO-V-R1 achieves a 57.7% functional correctness rate and 34.0% in robust fault detection, significantly outperforming the base model's 25.7% and 21.8% (respectively) from the state-of-the-art (SOTA) automatic verification system. This configuration also outperforms large-scale proprietary LLMs in functional correctness and shows comparable robustness for fault detection.

Keywords

Cite

@article{arxiv.2506.12200,
  title  = {PRO-V-R1: Reasoning Enhanced Programming Agent for RTL Verification},
  author = {Yujie Zhao and Zhijing Wu and Boqin Yuan and Zhongming Yu and Hejia Zhang and Wentao Ni and Chia-Tung Ho and Haoxing Ren and Jishen Zhao},
  journal= {arXiv preprint arXiv:2506.12200},
  year   = {2025}
}
R2 v1 2026-07-01T03:17:02.718Z