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 |
||
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. | ||
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:Computer Architecture]] |
Revision as of 00:29, 10 May 2024
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.