Fuzz Testing
ConceptFuzz testing is a dynamic verification technique that generates inputs to exercise a system under test, originally developed for software and adapted to hardware (such as CPU RTL) bug detection. It relies on critical steps like seed selection and mutation, and its effectiveness depends on execution speed and the ability to maintain short, coverage-effective inputs.
WIKI
Overview
Fuzz testing is a dynamic verification technique in which inputs are automatically generated and fed to a system under test in order to expose bugs or uncover new behaviors. The approach has its roots in software testing but has been adapted to hardware domains, most notably the verification of CPU register-transfer level (RTL) designs prior to deployment [1].
Origin and General Mechanism
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →