Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a limited ALU (Arithmetic logic unit) circuit using Logism that implements a Full Adder circuit capable of adding 2 - 4 bit binary numbers

Create a limited ALU (Arithmetic logic unit) circuit using Logism that implements a Full Adder circuit capable of adding 2 - 4 bit binary numbers and subtracting 2 - 4 bit binary numbers. You must also implement the ability to select a bitwise AND operation and a bitwise OR operation. For the ALU it is acceptable to use the Adder and Subtractor circuits that are listed under the "Arithmetic" folder in Logism.

Your circuit must use a multiplexor that will select between the add, subtract, AND, and OR operations. The multiplexor will select the operations using 2 bits for the selection as follows:

0 0 - Add 0 1 - Subtract 1 0 - AND 1 1 - OR

Your circuit should look similar to the following diagram (DO NOT COPY, this is meant to be illustrative it is NOT complete) with the two binary numbers to be added on the left, and a bit selector that will select the operation to be performed. When it is 0 the adder circuit should be selected, and when 1 the subtraction circuit should be selected. The output of the computation should be on the right. Your circuit should follow this basic format, but you must design all of the actual circuits to perform addition and subtraction. You must design the actual connections between components. The image below is just to give an idea of where to put the inputs, outputs, and processing that occurs in between.

image text in transcribed

in MUX 0 0 0 01 in MUX 0 0 0 01

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

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions