Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 1 0 0 points, 7 0 + 3 0 ) Modify ( add drawing to the provided figure or draw by yourselves ) the

(100 points, 70+30) Modify (add drawing to the provided figure or draw by yourselves) the following MIPS architecture to add JAL, JR, SLL, SRL instructions. JAL instruction works similarly to J instruction but stores next instruction to $ ra ($31) register. Therefore, JAL performs two operations at the same time: It not only stores the address of the next instruction ([PC+4]) in the return address register ($ra), but also jumps to the target address similar to the Jump instruction. JR instructions is an R-type instruction that reads the address for jump from the register $ra and jumps to that particular address. Also, decode your JAL, JR, SRL and SLL instructions to fill up and add more control signals to the truth table (page#3) as you require.
\table[[Instruction,RegDst,\table[[ALU],[Src]],\table[[MemTo],[Reg]],\table[[Reg],[Write]],\table[[Mem],[Read]],\table[[Mem],[Write]],Branch,Jump,\table[[ALU],[OP[1]]],\table[[ALU],[OP[0]]],,],[JAL,,,,,,,,,,,,],[JR,,,,,,,,,,,,],[SLL,,,,,,,,,,,,],[SRL,,,,,,,,,,,,]]
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases In Networked Information Systems 6th International Workshop Dnis 2010 Aizu Wakamatsu Japan March 2010 Proceedings Lncs 5999

Authors: Shinji Kikuchi ,Shelly Sachdeva ,Subhash Bhalla

2010th Edition

3642120377, 978-3642120374

More Books

Students also viewed these Databases questions