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),

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?

Branch Add Add ALU operation Data MemWrite Register # Address ALU Registers PC Address Instruction IZero Register # Data Instruction memory Register # RegWrite memory Data MemRead Control

Step by Step Solution

3.45 Rating (168 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 This instruction uses instruction memory both register read port... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Organization Design Questions!