Question: Which new functional blocks (if any) do we need for this instruction? The basic single-cycle MIPS implementation in Figure 4.2 can only implement some instructions.

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


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

Figure 4.2PC MUX Instruction memory Add Address Instruction Add Data Register # Register # Register # RegWrite

a. b. Instruction SEQ Rd, Rs. Rt LWI Rt, Rd (Rs) Reg[Rd] Reg[Rt] = Interpretation Boolean value (0 or 1) of (Reg[Rs] Reg[Rs]) Mem[Reg[Rd]+Reg[Rs ]]

Step by Step Solution

3.38 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Here are the new functional blocks required for the SEQ instruction Comparator Unit The ... 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!