Question: 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
 Project 4: 4-bit Processor make circuit diagram Design a 4-bit processor

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!