Implementation of Different Gates with 2:1 Mux

Given below are the Implementation of Different gate using 2:1 Mux

Implementation of NOT gate using 2 : 1 Mux

The Not gate from 2:1 Mux can be obtained by

  • Connect the input signal to one of the data input lines(I0).
  • Then connect a line (0 or 1) to the other data input line(I1)
  • Connect the same input line Select line S0 which is connected to D0.

Given Below is the Diagram for the Logical Representation of NOT gate using 2 : 1 Mux

Implementation of AND gate using 2 : 1 Mux

The And gate from 2:1 Mux can be obtained by

  • Connect the input Y to I1.
  • Connect the input X to the selection line S0.
  • Connect a line(0) to I0.

Given Below is the Diagram for the Logical Representation of AND gate using 2 : 1 Mux
 

For further more on the Implementation of AND gate using 2 : 1 Mux
 

Implementation of OR gate using 2 : 1 Mux

The OR gate from 2:1 Mux can be obtained by  

  • Connect input X to the selection line S0.
  • Connect input Y to I1.
  • Connect Line(1) to I1.


Given Below is the Diagram for the Logical Representation of OR gate using 2 : 1 Mux


Implementation of NAND, NOR, XOR and XNOR gates requires two 2:1 Mux. First multiplexer will act as NOT gate which will provide complemented input to the second multiplexer. 
 

Implementation of NAND gate using 2 : 1 Mux

The NAND gate from 2:1 Mux can be obtained by  

  • In first mux take inputs and 1 and 0 and y as selection line.
  • In Second MUX the Output from mux is connected to I1.
  • line(1) is given to the I0.
  • x is given as selection line for the second Mux.


Given Below is the Diagram for the Logical Representation of NAND gate using 2 : 1 Mux
 

Implementation of NOR gate using 2 : 1 Mux

The Nor gate from 2:1 Mux can be obtained by  

  • In first mux take inputs and 1 and 0 and y as selection line.
  • In Second MUX the Output from mux is connected to I0.
  • line(0) is given to the I1.
  • x is given as selection line for the second Mux.


Given Below is the Diagram for the Logical Representation of NOR gate using 2 : 1 Mux
 

Implementation of EX-OR gate using 2 : 1 Mux

The Nor gate from 2:1 Mux can be obtained by  

  • In first mux take inputs and 1 and 0 and y as selection line.
  • In Second MUX the Output from mux is connected to I1.
  • y is given to the I0.
  • x is given as selection line for the second Mux.


Given Below is the Diagram for the Logical Representation of EX-OR gate using 2 : 1 Mux
 


Implementation of EX-NOR gate using 2 : 1 Mux

Given Below is the Diagram for the Logical Representation of EX-OR gate using 2 : 1 Mux


The Nor gate from 2:1 Mux can be obtained by  

  • In first mux take inputs and 1 and 0 and y as selection line.
  • In Second MUX the Output from mux is connected to I0.
  • y is given to the I1.
  • x is given as selection line for the second Mux.

Multiplexers in Digital Logic

In this article we will go through the multiplexer, we will first define what is a multiplexer then we will go through its types which are 2×1 and 4×1, then we will go through the Implementation of the 2×1 mux and higher mux with lower order mux, At last we will conclude our article with some applications, advantages and some FAQs.

Table of Content

  • What Are Multiplexers?
  • Types of Mux
  • 2×1 Multiplexer
  • 4×1 Multiplexer
  • Implementation of Different Gates with 2:1 Mux
  • Implementation of Higher Order MUX using Lower Order MUX 
  • Advantages and Disadvantages of MUX


Similar Reads

What Are Multiplexers?

A multiplexer is a combinational circuit that has many data inputs and a single output, depending on control or select inputs. For N input lines, log2(N) selection lines are required, or equivalently, for [Tex]2^n[/Tex] input lines, n selection lines are needed. Multiplexers are also known as “N-to-1 selectors,” parallel-to-serial converters, many-to-one circuits, and universal logic circuits. They are mainly used to increase the amount of data that can be sent over a network within a certain amount of time and bandwidth....

Types of Mux

The Mux can be of different types based on input but in this article we will go through two major types of mux which are...

2×1 Multiplexer

The 2×1 is a fundamental circuit which is also known 2-to-1 multiplexer that are used to choose one signal from two inputs and transmits it to the output. The 2×1 mux has two input lines, one output line, and a single selection line. It has various applications in digital systems such as in microprocessor it is used to select between two different data sources or between two different instructions....

4×1 Multiplexer

The 4×1 Multiplexer which is also known as the 4-to-1 multiplexer. It is a multiplexer that has 4 inputs and a single output. The Output is selected as one of the 4 inputs which is based on the selection inputs. The number of the Selection lines will depend on the number of the input which is determined by the equation [Tex]log_2n[/Tex],In 4×1 Mux the selection lines can be determined as [Tex]log_4=2[/Tex],slo two selections are needed....

Implementation of Different Gates with 2:1 Mux

Given below are the Implementation of Different gate using 2:1 Mux...

Implementation of Higher Order MUX using Lower Order MUX

Given Below are the Implementation of Higher Order MUX Using Lower Order MUX...

Advantages and Disadvantages of MUX

Given below are the Advantages and Disadvantages of MUX...

Applications of MUX

Given Below are the Applications of MUX...

Conclusion

In this Article we have gone through the MUX, we have seen Different Types of Mux which are 2×1 and 4×1 Mux, we have gone through the implementation of the 2×1 mux and higher mux with lower order mux. Also we have gone through its Advantages, Disadvantages and Applications in brief....

Multiplexers in Digital Logic – FAQs

Why is the control logic for multiplexers is considered complex?...