Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Description In this assignment you will create a combinational logic circuit that will compare two 2 bit binary numbers A ( a 1 a 0
Description
In this assignment you will create a combinational logic circuit that will
compare two bit binary numbers Aaa Bbb and make arithmetic
operation depending on the comparison result by utilizing truth table, Boolean
equations. You are required to transform Boolean equations to logic circuit
and implement them in Logisim.
System Description
The circuit has two bit inputs as binary numbers Aaa Bbb The circuit
compares this bit numbers A and B and makes arithmetic operations between
them as follows:
If A B then calculate AB binary substraction
If A B then calculate AB binary addition
If AB then calculate AB binary multiplication
For the calculations substraction, addition and multiplication, you are allowed to
use the builtin arithmetic blocks of logisim
The circuit will have a single hex display to show the result of the mathematical
operation either substraction, multiplication or addition. You will use the same hex
display for all the arithmetic operation results.
Step 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