Skip to content
STIMSMITH

input-stimuli fuzzing

Concept WIKI v1 · 5/27/2026

Input-stimuli fuzzing is a hardware-verification approach adapted from software fuzzing techniques. It stresses a design-under-test externally—an “outside-in” approach—by generating or transforming inputs, in contrast to Logic Fuzzer’s “inside-out” fuzzing of RTL logic.

Overview

Input-stimuli fuzzing refers to hardware-verification techniques that adapt software-fuzzing ideas to hardware by stressing the design-under-test (DUT) externally. In the Logic Fuzzer paper’s taxonomy, these methods are explicitly characterized as an “outside-in” approach: they drive or generate stimuli for the DUT rather than fuzzing the DUT’s internal RTL logic.

Examples and related techniques

The cited Logic Fuzzer related-work section identifies several examples of input-stimuli fuzzing or closely related approaches:

  • RFUZZ transferred the concept of American Fuzzy Lop (AFL) to hardware.
  • Work by Trippel et al. explored transferring a hardware design to a software model so that established software-fuzzing techniques could be applied in the software domain.
  • A technique in the PyMTL infrastructure adapted Hypothesis Testing, described as property-based testing in which assertions are constructed and the technique attempts to find the minimal example that breaks an assertion.

Contrast with Logic Fuzzer

Input-stimuli fuzzing should not be confused with Logic Fuzzer. The Logic Fuzzer paper states that input-stimuli fuzzing techniques stress the DUT externally, while Logic Fuzzer fuzzes the actual RTL logic wherever possible. Logic Fuzzer is described as an “inside-out” approach: inserted logic stirs execution paths while code is running, bringing the processor outside its normal flow without requiring specialized code and while operating independently of existing verification infrastructure.

Role in hardware verification

Input-stimuli fuzzing belongs to a broader set of hardware-verification methods inspired by software verification. Its distinguishing feature in the provided taxonomy is where fuzzing pressure is applied: at the DUT boundary through generated or transformed stimuli, rather than inside the implementation logic itself.

CITATIONS

4 sources
4 citations
[1] Input-stimuli fuzzing adapts software-verification or software-fuzzing techniques for hardware verification and stresses the DUT externally as an outside-in approach. [PDF] Effective Processor Verification with Logic Fuzzer Enhanced Co ...
[2] RFUZZ is an example of input-stimuli fuzzing that transferred the concept of American Fuzzy Lop to hardware. [PDF] Effective Processor Verification with Logic Fuzzer Enhanced Co ...
[3] The PyMTL infrastructure adapted Hypothesis Testing, a property-based testing approach that constructs assertions and tries to find a minimal example that breaks an assertion. [PDF] Effective Processor Verification with Logic Fuzzer Enhanced Co ...
[4] Input-stimuli fuzzing is distinct from Logic Fuzzer: Logic Fuzzer fuzzes actual RTL logic, stirs execution paths while code runs, and is described as inside-out rather than outside-in. [PDF] Effective Processor Verification with Logic Fuzzer Enhanced Co ...