The basic single-cycle MIPS implementation in Figure 4.2 can only implement some instructions. New instructions can be

Question:

The basic single-cycle MIPS implementation in Figure 4.2 can only implement some instructions. New instructions can be added to an existing Instruction Set Architecture (ISA), but the decision whether or not to do that depends, among other things, on the cost and complexity the proposed addition introduces into the processor datapath and control. The first three problems in this exercise refer to the new instruction:
Instruction: LWI Rt,Rd(Rs)
Interpretation: Reg[Rt] = Mem[Reg[Rd]+Reg[Rs]]

Figure 4.2

Branch Add Add х ALU operation Data MemWrite Register # Address ALU Registers PC Address Instruction IZero Register # D

1. Which existing blocks (if any) can be used for this instruction?

2. Which new functional blocks (if any) do we need for this instruction?

3. What new signals do we need (if any) from the control unit to support this instruction?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: