Page 1 of 1

Design an ALU containing the following functions • addition •Subtraction •Multiplication •Division The inputs are two nu

Posted: Mon May 09, 2022 8:29 am
by answerhappygod
Design an ALU containing the following functions
• addition
•Subtraction
•Multiplication
•Division
The inputs are two numbers of 4 bits each and the output will
have eight bits.
You can design with the algorithm of your choice. You must
define each algorithm for each
module and specify whether the numbers are positive or
negative in the output for subtraction.
In the division you must select the bits that will represent the
decimals after the
point.
Show logic gate diagram