Skip to content
STIMSMITH

DeepVerifier: Learning to Update Test Sequences for Coverage-Guided Verification

Paper
First seen 6/12/2026
Last seen 6/12/2026
Evidence 9 chunks

NEIGHBORHOOD

No graph connections found for this entity yet. It may appear in future ingestion runs.

explore full graph →

RELATIONSHIPS

29 connections
force-riscv uses → 100% 2e
The paper uses FORCE-RISCV as the random instruction stream generator for producing test sequences.
RTL uses → 90% 2e
The paper uses RTL models of processors as the design artifact being verified.
Simulation-Based Verification compares with → 90% 2e
The paper compares DeepVerifier against simulation-based verification approaches.
Coverage-Guided Verification uses → 100% 2e
The paper proposes and uses coverage-guided verification as the central framework approach.
Functional Verification uses → 100% 1e
The paper addresses functional verification of RISC-V processor designs as its primary application domain.
RISC-V uses → 100% 1e
The paper uses RISC-V as the target architecture for its verification framework.
static formal analysis uses → 85% 1e
The paper discusses static formal analysis as an existing approach compared to the proposed DeepVerifier method.
Yuntao Lu authored by → 100% 1e
Yuntao Lu is listed as an author of the paper DeepVerifier.
Chen Bai authored by → 100% 1e
Chen Bai is listed as an author of the paper DeepVerifier.
Yuxuan Zhao authored by → 100% 1e
Yuxuan Zhao is listed as an author of the paper DeepVerifier.
Ziyue Zheng authored by → 100% 1e
Ziyue Zheng is listed as an author of the paper DeepVerifier.
Yangdi Lyu authored by → 100% 1e
Yangdi Lyu is listed as an author of the paper DeepVerifier.
Mingyu Liu authored by → 100% 1e
Mingyu Liu is listed as an author of the paper DeepVerifier.
Bei Yu authored by → 100% 1e
Bei Yu is listed as an author of the paper DeepVerifier.
DeepVerifier introduces → 100% 1e
The paper introduces the DeepVerifier framework for coverage-guided test sequence generation.
Synopsys VCS uses → 100% 1e
The paper uses Synopsys VCS as an RTL simulator to capture coverage scores from test sequences.
Verilator uses → 100% 1e
The paper uses Verilator as an RTL simulator to capture coverage scores from test sequences.
BERT mentions → 95% 1e
The paper mentions BERT as a prominent deep pre-trained language model in NLP.
GPT mentions → 95% 1e
The paper mentions GPT as a prominent deep pre-trained language model in NLP.
RoBERTa mentions → 95% 1e
The paper mentions RoBERTa as a prominent deep pre-trained language model in NLP.
BART mentions → 95% 1e
The paper mentions BART as a prominent deep pre-trained language model in NLP.
PalmTree mentions → 95% 1e
The paper mentions PalmTree as a prior assembly language representation model that inspired DeepVerifier.
Concolic Testing compares with → 85% 1e
The paper discusses concolic testing as a competing semi-formal method for test generation.
Coverage-Guided Fuzzing compares with → 85% 1e
The paper discusses coverage-guided fuzzing as a related competing approach for hardware verification.
Bayesian network for coverage modeling compares with → 85% 1e
The paper discusses Bayesian network approaches as prior ML methods for coverage modeling.
artificial neural network for test acceleration compares with → 85% 1e
The paper discusses prior ANN-based methods for test acceleration as related work.
coverage metrics uses → 100% 1e
The paper uses coverage metrics as quantitative indicators to guide the verification process.
machine learning for test generation uses → 95% 1e
The paper uses machine learning techniques to address test generation challenges in hardware verification.
LSTM for instruction sequence modeling uses → 80% 1e
The paper discusses LSTM-based sequence modeling as a prior approach that DeepVerifier improves upon.