Featured post

Top 5 books to refer for a VHDL beginner

VHDL (VHSIC-HDL, Very High-Speed Integrated Circuit Hardware Description Language) is a hardware description language used in electronic des...

Showing posts with label Multiplexer. Show all posts
Showing posts with label Multiplexer. Show all posts

Monday, 30 April 2012

Draw NAND gate using 2:1 MULTIPLEXER

NAND_by_mux

Design 1:

NAND_by_mux

Design 2:

Draw XNOR gate using 2:1 MULTIPLEXER

XNOR_by_mux

Design 1:

XNOR_by_mux Design 2:

Draw NOR gate using 2:1 MULTIPLEXER

NOR_by_mux

Design 1:

NOR_by_muxDesign 2:

Draw XOR gate using 2:1 MULTIPLEXER

XOR_by_mux Design 1:

XOR_by_mux

Design 2:

Draw OR gate using 2:1 MULTIPLEXER

 

OR_by_mux

Applying similar concept of AND gate using 2:1 MULTIPLEXER, make either of input A or B as select line of MUX, connect other input to 0th input line. 1st input of the MUX is always tied to logic 1.

Draw AND gate using 2x1 MULTIPLEXER

AND_by_mux

Look at the truth table of AND gate. When any of the one input is zero output is always zero (or same as that input); when the other input is one, output is dependent on the other input and is same as the other input. Using this property we can draw AND gate in four different ways using 2:1 MUX as shown in the above figure.

Similar concept can be applied to create all basic gates from 2:1 MUX. I will publish all these in coming blog posts along with the elaborated

Get free daily email updates!

Follow us!

Wednesday, 22 June 2011

4x1 Multiplexer Using 2x1 Multiplexer

Below Fig. shows the way to build 4x1 Multiplexer using three 2x1 Multiplexers.

4x1_mux_using_2x1_mux

Get free daily email updates!

Follow us!