Current Fetch Model Operation
IBUF is temporary buffer that holds the last fetched instructions before they are sent to the DRR
If (inc_pc = 1) then send current instructions in IBUF to DRR pc := next_pc; IBUF = IMEM(PC); -- note that this reads 4 instructions into IBUF next_pc := pc + 4;end if;