Design of Arithmetic Logic Unit:
Components Required:
To build any 4 bit ALU, we need :
- AND gate, OR gate, XOR gate
- Full Adder
- 4-to-1 MUX
- Wires to connect. In case of counters the number of flip-flops depends on the number of different states in the counter.
Circuit of 3 input AND Gate:

Circuit of 4 input OR gate Gate:

Circuit of 4:1 Multiplexer using NAND Gate:
.png)
Circuit of Full Adder:

Circuit of 1-bit ALU:
.png)
- Follow the below manual and perform the experiment
- Manual --> Click Here