DeepVerifier
ToolFirst seen 6/12/2026
Last seen 6/12/2026
Evidence 15 chunks
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →RELATIONSHIPS
27 connectionsDeepVerifier uses FORCE-RISCV as the instruction stream generator to produce initial test sequences.
DeepVerifier implements coverage-guided verification by learning relationships between test sequences and coverage scores.
DeepVerifier uses a transformer language model to represent and generate RISC-V instruction sequences.
DeepVerifier employs a gradient-based sequence update strategy to enhance test sequences toward higher coverage.
DeepVerifier uses a coverage score predictor that accurately estimates coverage values for test sequences.
DeepVerifier applies ISA syntax correction to ensure optimized sequences remain compliant with RISC-V ISA.
DeepVerifier targets the RISC-V ISA, customizing its language model and tokenizer for RISC-V assembly sequences.
DeepVerifier uses cross-entropy loss to train its transformer model for sequence generation.
DeepVerifier uses a sequential modeling task to train its transformer to understand instruction sequence patterns.
DeepVerifier uses the Transformer architecture as the backbone of its language model for instruction sequences.
DeepVerifier uses multi-head self-attention within its transformer blocks to capture instruction dependencies.
DeepVerifier evaluates CPU processor designs through coverage-guided test sequence generation.
DeepVerifier tokenizes RISC-V instruction sequences using a customized tokenizer.
DeepVerifier creates instruction embeddings as continuous vector representations for downstream coverage prediction.
DeepVerifier leverages simulation-based verification feedback to train its transformer model.
DeepVerifier targets CPU processor designs as the subject of functional verification.
DeepVerifier uses MSE loss to train its coverage predictor.
DeepVerifier uses the GELU activation function in its transformer feed-forward network layers.
DeepVerifier is guided by coverage metrics to optimize test sequences.
DeepVerifier aims to facilitate coverage closure by optimizing test sequences toward target coverage goals.
DeepVerifier uses Synopsys VCS as an RTL simulator to obtain coverage scores during training.
DeepVerifier uses Verilator as an RTL simulator to obtain coverage scores during training.
DeepVerifier draws on NLP techniques to treat RISC-V assembly sequences as a domain-specific language.
DeepVerifier uses positional encoding to incorporate sequence order information into instruction embeddings.
DeepVerifier: Learning to Update Test Sequences for Coverage-Guided Verification ← introduces 100% 1e
The paper introduces the DeepVerifier framework for coverage-guided test sequence generation.
DeepVerifier's transformer model is a customized version of BART adapted for RISC-V assembly sequence representation.
DeepVerifier draws inspiration from PalmTree, a prior assembly language representation model.