Question: 3. (30 points) Single-cycle CPU implementation We will implement a hypothetical instruction sw+ in the single-cycle pipeline. sw+ is a store word, with post increment


3. (30 points) Single-cycle CPU implementation We will implement a hypothetical instruction sw+ in the single-cycle pipeline. sw+ is a "store word, with post increment" that is found in some real architectures. It is encoded as an I-type instruction and performs the following operations: MIR[rs]] = R[rt] Field op rt TS R[rs] = R[s] + imm Bits 31-26 25-21 20-16 15-0 Part (a) The single-cycle datapath from the lecture is shown below. Show what changes are needed to support sw+ instruction. You should only add wires and muxes to the datapath; do no modify the main functional units themselves (the memory register file and ALU). (20 points) Note: Please make sure that the modification will no lengthen the clock cycle. Assume that ALU, Memory, and Register file all take 2ns, and everything else is instantaneous Part (b) On the diagram, write (next to the signal's name) values of all control signals required for the sw+ instruction. (10 points) 3. (30 points) Single-cycle CPU implementation We will implement a hypothetical instruction sw+ in the single-cycle pipeline. sw+ is a "store word, with post increment" that is found in some real architectures. It is encoded as an I-type instruction and performs the following operations: MIR[rs]] = R[rt] Field op rt TS R[rs] = R[s] + imm Bits 31-26 25-21 20-16 15-0 Part (a) The single-cycle datapath from the lecture is shown below. Show what changes are needed to support sw+ instruction. You should only add wires and muxes to the datapath; do no modify the main functional units themselves (the memory register file and ALU). (20 points) Note: Please make sure that the modification will no lengthen the clock cycle. Assume that ALU, Memory, and Register file all take 2ns, and everything else is instantaneous Part (b) On the diagram, write (next to the signal's name) values of all control signals required for the sw+ instruction. (10 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
