multiplexer toggle coverage
TechniqueMultiplexer toggle coverage is a hardware-fuzzing coverage technique associated with monitoring multiplexer behavior in RTL designs to guide exploration. The available evidence ties the technique to RFUZZ, but also notes practical limits: monitoring multiplexers in complex designs can introduce excessive performance overhead, and RFUZZ-style approaches are described as tightly coupled to Chisel HDL.
WIKI
Overview
Multiplexer toggle coverage is a coverage-guidance technique for hardware fuzzing that centers feedback on multiplexer activity in a design. In the processor-fuzzing literature, multiplexer-focused feedback is motivated by the role of multiplexers and their selection logic in exposing control-state behavior during RTL simulation.
A closely related processor-fuzzing metric, DIFUZZRTL's register coverage, monitors value changes in registers that control multiplexer selection signals. The stated intuition is that values in those registers can represent unique states in the processor finite-state machine (FSM), so guiding a fuzzer with that feedback can help explore additional FSM states.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →