Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a general-purpose processor that implements the following instruction set: MOVMR direct, Rm; % M[direct] = Rm SUBRMR Rn, direct, Rm; % Rn = M[direct]

Design a general-purpose processor that implements the following instruction set: MOVMR direct, Rm; % M[direct] = Rm SUBRMR Rn, direct, Rm; % Rn = M[direct] - Rm; ADDMMR direct1, direct2, Rn; % M[direct1] = M[direct2] + Rn a. Define instruction fields and their sizes, IR aliases, and registers and memory size declarations. (3 points) b. Design the processors datapath. Specify the size of each connection/port. (5 points) c. Design the controller FSM. (4 points) Only design the processor for the instruction set given above. Do NOT include any functional units and/or connections that are not related to the execution of the above given instructions.

image text in transcribed

QUESTION 2 (12 marks) Design a general-purpose processor that implements the following instruction set: MOVMR direct, Rm; SUBRMR Rn, direct, Rm; ADDMMR direct1, direct2, Rn; % M[direct] = Rm % Rn = M[direct] - Rm; % M[direct1] = M[direct2] + Rn a. Define instruction fields and their sizes, IR aliases, and registers and memory size declarations. (3 points) b. Design the processor's datapath. Specify the size of each connection/port. (5 points) C. Design the controller FSM. (4 points) Only design the processor for the instruction set given above. Do NOT include any functional units and/or connections that are not related to the execution of the above given instructions. QUESTION 2 (12 marks) Design a general-purpose processor that implements the following instruction set: MOVMR direct, Rm; SUBRMR Rn, direct, Rm; ADDMMR direct1, direct2, Rn; % M[direct] = Rm % Rn = M[direct] - Rm; % M[direct1] = M[direct2] + Rn a. Define instruction fields and their sizes, IR aliases, and registers and memory size declarations. (3 points) b. Design the processor's datapath. Specify the size of each connection/port. (5 points) C. Design the controller FSM. (4 points) Only design the processor for the instruction set given above. Do NOT include any functional units and/or connections that are not related to the execution of the above given instructions

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

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions