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

Create a limited ALU (Arithmetic logic unit) circuit using Logism that implements

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

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!