Question: ( 2 5 points ) Modify the single - cycle datapath ( page 3 3 ) by implementing the conditional move instruction 'MOVNZ' ( move

(25 points) Modify the single-cycle datapath (page 33)by implementing the conditional move instruction 'MOVNZ' (move-if-not-zero). Below is the syntax. The instruction below will move $t1 into $t0 if $t20. Otherwise, $t0 will be set to "0".
MOVNZ $t0, $t1, $t2
This is the encoding of the instruction above:
\table[[unique,t 1,t 2,t 0,0,0],[opcode (6),rs (5),rt (5),rd(5),shamt(5),funct (6)]]
Draw the changes on the datapath diagram and provide the values of all the control signals.
(25 points) Modify the single-cycle datapath (page 3/3)by implementing the conditional move instruction 'MOVNZ' (move-if-not-zero). Below is the syntax. The instruction below will move $t1 into $t0 if $t2!=0. Otherwise, $t0 will be set to "0".
MOVNZ $t0, $t1, $t2
This is the encoding of the instruction above:
\table[[unique,t 1,t 2,t 0,0,0],[opcode (6),rs (5),rt (5),rd(5),shamt (5),funct (6)]]
Draw the changes on the datapath diagram and provide the values of all the control signals. Please i need the drawing
( 2 5 points ) Modify the single - cycle datapath

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Programming Questions!