Question: Question 1 Design a processor such that: - - It has 3 2 - bit wide data bus. - - It has 1 6 -

Question 1
Design a processor such that:
-- It has 32-bit wide data bus.
-- It has 16-bit wide address bus, ie it can address 64K32-bit locations in memory.
-- Its instruction set only contains the JMP instruction. The jumps must be PC-relative.
An example program of such a processor is:
JMP 0100
JMP 020
JMP 05
JMP 09
JMP 0x4
a) Draw the 32 bits instruction format of the JMP instruction for this processor. Any suitable
format will do.
b) Draw the hardware.
c) Write an assembler for this processor.
d) Write down the Verilog code for this processor.
Note 1: This processor you will design is totally useless, but your design must work properly.
Note 2: Your design must be as simple as possible. Do not put any unnecessary elements into
your design.
 Question 1 Design a processor such that: -- It has 32-bit

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 Databases Questions!