Autosave: 2023-01-04 07:00:07
This commit is contained in:
parent
c9f5af2b79
commit
e82745bb56
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ categories:
|
||||||
tags: [logic-gates, binary, nand-to-tetris]
|
tags: [logic-gates, binary, nand-to-tetris]
|
||||||
---
|
---
|
||||||
|
|
||||||
# Multiplexors (MUX)
|
# Multiplexers (MUX)
|
||||||
|
|
||||||
A multiplexor takes two inputs (A,B) plus a third input SEL (for "select"). Applying a value to SEL toggles the output between A and B.
|
A multiplexor takes two inputs (A,B) plus a third input SEL (for "select"). Applying a value to SEL toggles the output between A and B.
|
||||||
|
|
Loading…
Add table
Reference in a new issue