Write After Write (WAW)
- Only happens in pipelines that allow
out-of-order execution or multi-pipe systems with write from each pipe
or pipes with multiple write stages
- Avoiding WAW hazards requires more complex
pipeline control (which we'll see later)