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.
in MUX 0 0 0 01 in MUX 0 0 0 01Step 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