paper-with-me

홈 › Papers

Supervised Learning for Coverage-Directed Test Selection in Simulation-Based Verification

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

Constrained random test generation is one of the most widely adopted methods for generating stimuli for simulation-based verification. Randomness leads to test diversity, but tests tend to repeatedly exercise the same design logic. Constraints are written (typically manually) to bias random tests towards interesting, hard-to-reach, and yet-untested logic. However, as verification progresses, most constrained random tests yield little to no effect on functional coverage. If stimuli generation consumes significantly less resources than simulation, then a better approach involves randomly generating a large number of tests, selecting the most effective subset, and only simulating that subset. In this paper, we introduce a novel method for automatic constraint extraction and test selection. This method, which we call coverage-directed test selection, is based on supervised learning from coverage feedback. Our method biases selection towards tests that have a high probability of increasing functional coverage, and prioritises them for simulation. We show how coverage-directed test selection can reduce manual constraint writing, prioritise effective tests, reduce verification resource consumption, and accelerate coverage closure on a large, real-life industrial hardware design.

📄 PDF Abstract BibTeX arXiv:2205.08524

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

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 …

Using Neural Networks for Novelty-based Test Selection to Accelerate Functional Coverage Closure

2022-07-01 · Xuan Zheng, Kerstin Eder, Tim Blackmore

Novel test selectors used in simulation-based verification have been shown to significantly accelerate coverage closure regardless of the number of coverage holes. This paper presents a configurable and highly-automated …

Overview of Test Coverage Criteria for Test Case Generation from Finite State Machines Modelled as Directed Graphs

2022-03-17 · Vaclav Rechtberger, Miroslav Bures, Bestoun S. Ahmed

Test Coverage criteria are an essential concept for test engineers when generating the test cases from a System Under Test model. They are routinely used in test case generation for user interfaces, middleware, and back-…

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 Ver…

Direct then Diffuse: Incremental Unsupervised Skill Discovery for State Covering and Goal Reaching

2021-10-27 · ICML Workshop URL 2021 7 · Pierre-Alexandre Kamienny, Jean Tarbouriech, Sylvain Lamprier, Alessandro Lazaric 외

Learning meaningful behaviors in the absence of reward is a difficult problem in reinforcement learning. A desirable and challenging unsupervised objective is to learn a set of diverse skills that provide a thorough cove…