Register Transfer Level Instruction Fetch Cycle Example
PC Transfer instruction address:
Read instruction and increment PC:
c0t1: MBR <-- M, PC <-- PC+1
Transfer OP code and mode bit:
c0t2: OPT <-- MBR(OP), I <-- MBR(I)
Go to indirect cycle:
Go to execute cycle:
Notes:
c0 denotes the fetch cycle.
The four timing signals during this cycle initiate the sequence of micro-operations.
At t3, control makes a decision based on the contents of q7; note that (q7 + I’) is the complement of q7’I.