-
In an instruction execution pipeline, the earliest that the data TLB (Translation Look a side Buffer) can be accessed is
-
- before effective address calculation has started
- during effective address calculation
- after effective address calculation has completed
- after data cache lookup has completed
- before effective address calculation has started
Correct Option: B
TLB is used during effective address calculation in an instruction execution pipeline. Hence (b) is correct option.