Multiplexer: Difference between revisions

From Rice Wiki
(Created page with "A '''multiplexer (MUX)''' takes in many inputs and a select input. Based on the select input, it outputs one specific input. Category:Computer Architecture")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:4-1 MUX.png|thumb|Schematic for a 4:1 MUX]]
A '''multiplexer (MUX)''' takes in many inputs and a select input. Based on the select input, it outputs one specific input.
A '''multiplexer (MUX)''' takes in many inputs and a select input. Based on the select input, it outputs one specific input.


[[Category:Computer Architecture]]
The most intuitive design involves using AND gates to enable/disable data inputs based on select input, and then use an OR gate to merge everything to a single output.
 
[[Category:Computer Architecture]][[Category:ECS154A Midterm]]

Latest revision as of 01:10, 10 May 2024

Schematic for a 4:1 MUX

A multiplexer (MUX) takes in many inputs and a select input. Based on the select input, it outputs one specific input.

The most intuitive design involves using AND gates to enable/disable data inputs based on select input, and then use an OR gate to merge everything to a single output.