coverage-directed test generation
TechniqueCoverage-directed test generation (CDG) is a test-generation technique that uses coverage feedback to steer new tests toward unexercised behavior, such as unexplored RTL regions, code branches, or model states. It is used in domains including hardware verification and robotic-software simulation, and contrasts with unguided random testing, which can repeatedly exercise the same functionality.
WIKI
Overview
Coverage-directed test generation (CDG) is a test-generation technique in which coverage information is used as feedback to steer the generation or selection of additional tests. In hardware verification, the motivation is to reach uncovered RTL regions or code branches automatically rather than relying only on manual constraint tuning or unguided random tests. Public examples also describe CDG systems that use large language models to generate Verilog stimuli for unexplored code branches, and reinforcement learning to explore behavioral models using rewards based on coverage feedback.
Relationship to random testing
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →