Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
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

Step: 3

blur-text-image

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

SQL Antipatterns Avoiding The Pitfalls Of Database Programming

Authors: Bill Karwin

1st Edition

1680508989, 978-1680508987

More Books

Students also viewed these Databases questions

Question

2. How should this be dealt with by the organisation?

Answered: 1 week ago

Question

explain what is meant by the term fair dismissal

Answered: 1 week ago