You must login before you can post a comment.
Author: Maheshwaran
Forked from: Anastasia Korshunova/Multiplexer 4-1
Project access type: Public
Description:
Multiplexer is a combinational circuit that has maximum of 2n data inputs, ‘n’ selection lines and single output line. One of these data inputs will be connected to the output based on the values of selection lines. Since there are ‘n’ selection lines, there will be 2n possible combinations of zeros and ones. So, each combination will select only one data input. Multiplexer is also called as Mux.
Created: Mar 26, 2024
Updated: Mar 26, 2024
Comments