Lukas' Notes

Fetch Stage

May 01, 20261 min read

computer-architecture

Definition

Fetch Stage

The fetch stage is the pipeline stage in which the next instruction is read from instruction memory.

Typically, the processor uses the current program counter to access instruction memory and fetch the instruction bits.

In a pipelined processor, this is usually the first stage of the pipeline.

Output

The fetch stage typically produces:

  • the fetched instruction;
  • the next sequential instruction address, often PC+4.

Graph View

  • Definition
  • Output

Backlinks

  • 191.003 Computer Systems
  • Control Hazard
  • Instruction Cache
  • Pipeline Stage
  • Pipelined Processor

Created with Quartz v4.4.0 © 2026

  • GitHub