Pipeline Hazard Generation
ConceptPipeline Hazard Generation is a processor-fuzzing concept described in MorFuzz in which a runtime instruction morpher records destination registers of in-flight pipeline instructions and reuses those registers in later template instructions to create pipeline hazards such as read-after-write and write-after-write cases.
WIKI
Overview
Pipeline Hazard Generation is the deliberate creation of instruction streams that contain pipeline hazards during processor fuzzing. In the MorFuzz design, this is done by a morpher that tracks the destination register field (rd) of instructions that are still executing in the pipeline, then reuses those tracked registers as source (rs) and destination (rd) fields in subsequent template instructions. This produces hazards such as read-after-write and write-after-write cases. [Pipeline hazard generation mechanism]
Role in MorFuzz
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →