Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A 2- Bit CPU has to be to built in logicworks and the given operations are to be done Build a 2-Bit CPU Window Ship
A 2- Bit CPU has to be to built in logicworks and the given operations are to be done
Build a 2-Bit CPU Window Ship Objective of this lab: The purpose of this lab is to learn about CPU Organization by building a simplified two bit CPU. Preparation Read lab lecture notes. Lab Assignment 1. Build a 2-bit CPU by expanding the 1-bit CPU described in the lab notes. Remember to have a 2-bit bus for your design. 2. The 2-bit CPU will do the following operations: o For instruction 00, do 2-bit XOR, test 10 XOR 11 = 01 o For instruction 01, do 2-bit AND, test 10 AND 11 = 10 o For instruction 10, do bit Addition, use your half adder, test 1 + 1 = 10, leave the higher bus bit as 0 for the input operands. o For instruction 11, do bit Subtraction, use your half subtractor and make the connections do ACC - TEMP, test 0 - 1 = 11, leave the higher bus bit as 0 for the input operands. Build a 2-Bit CPU Window Ship Objective of this lab: The purpose of this lab is to learn about CPU Organization by building a simplified two bit CPU. Preparation Read lab lecture notes. Lab Assignment 1. Build a 2-bit CPU by expanding the 1-bit CPU described in the lab notes. Remember to have a 2-bit bus for your design. 2. The 2-bit CPU will do the following operations: o For instruction 00, do 2-bit XOR, test 10 XOR 11 = 01 o For instruction 01, do 2-bit AND, test 10 AND 11 = 10 o For instruction 10, do bit Addition, use your half adder, test 1 + 1 = 10, leave the higher bus bit as 0 for the input operands. o For instruction 11, do bit Subtraction, use your half subtractor and make the connections do ACC - TEMP, test 0 - 1 = 11, leave the higher bus bit as 0 for the input operandsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started