About 410,000 results
Open links in new tab
  1. Multiplexers in Digital Logic - GeeksforGeeks

    Apr 3, 2025 · Multiplexer can act as universal combinational circuit. All the standard logic gates can be implemented with multiplexers. Given below are the Implementation of Different 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).

  2. XOR gate using 2:1 MUX - VLSI interview questions

    Apr 17, 2012 · XOR gate is kind of a special gate. We are familiar with the truth table of the XOR gate. Figure1. XOR gate. We often use symbol OR symbol ‘+’ with circle around it to represent the XOR operation. There is an alternate way to describe XOR operation, which one can observe based on the truth table.

  3. XOR/XNOR gate using 2:1 MUX - Blogger

    2-input XOR gate using a 2:1 multiplexer: As we know, a 2:1 multiplexer selects between two inputs depending upon the value of its select input. The function of a 2:1 multiplexer can be given as: OUT = IN0 when SEL = 0 ELSE IN1.

  4. 2-input XOR gate using 2:1 mux - vlsiuniverse.blogspot.com

    So, a 2:1 mux can be used to implement 2-input XOR gate if we connect SEL to A, D0 to B and D1 to B'. Figure 2 shows the implementation of 2-input XOR gate using 2x1 mux. Similarly, we can connect B to select of mux, and get the XOR gate implemented using similar procedure.

  5. A 2:1 MUX and 2-input XOR with built-in input signal inverters will be developed and added to the CMOS logic gate cell library. 1. Learn to optimize the layout of complex, multi-transistor, logic gates. 2. Gain experience in designing cells to meet size objectives. 3. Become proficient with identifying and correcting DRC and LVS errors.

  6. OR Gate Using 2:1 MUX in Digital Electronics - Online Tutorials …

    Learn how to implement an OR gate using a 2:1 multiplexer (MUX) in digital electronics. Explore the logic behind it with examples and circuit diagrams.

  7. Logic Gates using Multiplexer | How to implement a logic gate …

    In this video, how to implement different logic gates (AND, OR, NOT, NAND, NOR, XOR, and XNOR) using the 2 x 1 Multiplexer is explained. The following topics...

  8. Implementation of XOR Gate from NAND Gate | GeeksforGeeks

    Apr 3, 2025 · XOR gate is a logic gate that gives output 1 when number of 1s in input are odd else it gives 0. In this article, we will explore the XOR gate, and NAND gate and implement the XOR gate from the NAND gate.

  9. Logic Gates By 2X1 MUX Implementation in Verilog - Medium

    Feb 13, 2024 · This Verilog module, named “logic_gates_by_2x1mux”, implements five different two-input logic gates: AND, OR, XOR, NAND, and NOR. These gates are implemented using the assign statement,...

  10. Verilog code for 2:1 Multiplexer (MUX) - Technobyte

    Jan 20, 2020 · Learn how to design a 2:1 multiplexer (MUX) in Verilog with various abstraction layers, including gate-level, dataflow, behavioral, and structural modeling. This tutorial covers simulation, testbenches, and coding the 2x1 Multiplexer

  11. Some results have been removed
Refresh