Overview of the Instruction Fetch Unit
The common RTL operations
Fetch the Instruction: mem[PC]
Update the program counter:
Sequential Code: PC <- PC + 4
Branch and Jump: PC <- “something else”
32
Instruction Word
Previous slide
Next slide
Back to first slide
View graphic version