Skip to content
EECS 4340 Final Review

Read-After-Write hazard (RAW)

Tag: raw-hazard

Aliases: RAW, true dependence, flow dependence

A data hazard where an instruction needs to read a register before a prior in-flight instruction has written it. Enforces a real ordering constraint that cannot be removed by renaming.

Lecture references

Exam references