paper-with-me

홈 › Papers

Optimizing Coverage-Driven Verification Using Machine Learning and PyUVM: A Novel Approach

2025-02-23 · Suruchi Kumari, Deepak Narayan Gadde, Aman Kumar

The escalating complexity of System-on-Chip (SoC) designs has created a bottleneck in verification, with traditional techniques struggling to achieve complete coverage. Existing techniques, such as Constrained Random Verification (CRV) and coverage-driven methodologies, rely on time-consuming and redundant simulation regression, leading to higher verification costs and longer time-to-market due to the manual effort required to adjust constraints and drive the stimuli to achieve coverage objectives. To address this challenge, we propose a novel methodology that leverages supervised Machine Learning (ML) to optimize simulation regressions, resulting in reduced simulation run-time and the number of test simulations required to achieve target coverage goals. We also investigate and compare the effectiveness of various supervised learning algorithms from scikit-learn. Our results demonstrate that these algorithms can achieve at least 99% coverage regain with significantly reduced simulation cycles. We utilize Python Universal Verification Methodology (PyUVM) over SystemVerilog-Universal Verification Methodology (SV-UVM) for testbench creation, enabling simpler constructs using Python and facilitating the reuse of existing ML libraries. Our methodology is applied to three diverse designs, and our results show that it can significantly reduce verification costs, manual efforts, and time-to-market, while enhancing verification productivity and completeness, by automating the testbench update process and achieving target coverage goals.

📄 PDF Abstract BibTeX arXiv:2503.11666

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TB or Not TB: Coverage-Driven Direct Preference Optimization for Verilog Stimulus Generation

2025-11-19 · Bardia Nadimi, Khashayar Filom, Deming Chen, Hao Zheng arxiv

With the rapid advancement of Large Language Models (LLMs), there is growing interest in applying them to hardware design and verification. Among these stages, design verification remains the most time-consuming and reso…

CVeDRL: An Efficient Code Verifier via Difficulty-aware Reinforcement Learning

2026-01-30 · Ji Shi, Peiming Guo, Meishan Zhang, Miao Zhang 외 arxiv

Code verifiers play a critical role in post-verification for LLM-based code generation, yet existing supervised fine-tuning methods suffer from data scarcity, high failure rates, and poor inference efficiency. While rein…

Reinforcement LearningCode Generation

Hybrid Intelligent Testing in Simulation-Based Verification

2022-05-19 · Nyasha Masamba, Kerstin Eder, Tim Blackmore

Efficient and effective testing for simulation-based hardware verification is challenging. Using constrained random test generation, several millions of tests may be required to achieve coverage goals. The vast majority …

Agentic AI-based Coverage Closure for Formal Verification

2026-03-03 · Sivaram Pothireddypalli, Ashish Raman, Deepak Narayan Gadde, Aman Kumar arxiv

Coverage closure is a critical requirement in Integrated Chip (IC) development process and key metric for verification sign-off. However, traditional exhaustive approaches often fail to achieve full coverage within proje…

Optimizing Design Verification using Machine Learning: Doing better than Random

2019-09-28 · William Hughes, Sandeep Srinivasan, Rohit Suvarna, Maithilee Kulkarni

As integrated circuits have become progressively more complex, constrained random stimulus has become ubiquitous as a means of stimulating a designs functionality and ensuring it fully meets expectations. In theory, rand…

BIG-bench Machine LearningReinforcement Learning