Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project 4 : 4 - bit Processor make circuit diagram Design a 4 - bit processor which consists of 4 data registers each of 4

Project 4: 4-bit Processor make circuit diagram
Design a 4-bit processor which consists of 4 data registers each of 4 bits and an instruction register (R) of 7 bits. The first 3 bits of the instruction tells which operation is to be performed, the next 2 bits signifies the first register and the last two bits signifies the second register.
The following operations are performed by the processor.
000 R1= A Load the contents of input A in to the register operand 1.
001 R1= R2 Move the contents of register operand 2 in to register operand 1.
010 R1= R1+ R2 Add the contents of register operand 1 and register operand 2 and load in register operand 1.
011 R1= R1- R2 Subtract the contents of register operand 2 from register operand 1 and load in register operand 1.
100 R1= R1* R2 Multiply the contents of register operand 1 and register operand 2 and load in register operand 1 and 2.(As the result is of 8 bits)
101 R1= R1/2i Divide the register contents of register operand 1 with 2i (i is an input) and load the result in register operand 1.
110 R1= R1.R2 Logical And the contents of register operand 1 and register operand 2 and load in register operand 1.
111 R1= R1+ R2 Logical OR the contents of register operand 1 and register operand 2 and load in register operand 1.
Inputs: Clock Pulse (CP),7-bits Instruction, A, i
Output: Contents of each register
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

Students also viewed these Databases questions

Question

3. How do you dress when you go to the ballet or theater?

Answered: 1 week ago