150 likes | 281 Views
ES 112 Project. 2 bit ALU. Design a 2-bit ALU. Design a 2-bit ALU capable of performing the following operations: ADD Multiplication Bitwise AND Bitwise OR. Description of ADD operation. Assume that the bits are unsigned Inputs (A1, A0) and (B1, B0)
E N D
ES 112 Project 2 bit ALU
Design a 2-bit ALU • Design a 2-bit ALU capable of performing the following operations: • ADD • Multiplication • Bitwise AND • Bitwise OR
Description of ADD operation • Assume that the bits are unsigned • Inputs (A1, A0) and (B1, B0) • Implement the 2 bit adder in a “flat schematic”, i.e. draw all your gates in the same schematic. Do not use subcircuits for this exercise.
Description of a Multiply Operation • Inputs (A1, A0) and (B1, B0) • Implement the 2 bit multiplier in a “flat schematic