Add images of MUX and DMUX
This commit is contained in:
parent
ff08ebf998
commit
f7217e2df6
3 changed files with 4 additions and 4 deletions
|
@ -15,9 +15,9 @@ A multiplexer selects one of several input signals and forwards ths selected inp
|
|||
|
||||
We have two inputs (A,B) plus a third input SEL (for "select"). Applying a value to SEL toggles the output between A and B.
|
||||
|
||||
Multiplexers can be used to build larger circuits by connecting the output of one multiplexer to the input of another. They are often used to implement data selection and switching in digital systems
|
||||

|
||||
|
||||
// TODO: Add component diagram
|
||||
Multiplexers can be used to build larger circuits by connecting the output of one multiplexer to the input of another. They are often used to implement data selection and switching in digital systems
|
||||
|
||||
### Programable gates
|
||||
|
||||
|
@ -27,6 +27,6 @@ One of the main use cases of multiplexers is to implement programmable gates. Th
|
|||
|
||||
As the name suggests, a demultiplexer reverses the functionality of a multiplexer. It receives a single input and based on the selection of the SEL input it channels it to either an A or a B output.
|
||||
|
||||
We can think of it as a distributor of a value into one of several possible channels.
|
||||

|
||||
|
||||
// TODO: Add component diagram
|
||||
We can think of it as a distributor of a value into one of several possible channels.
|
||||
|
|
BIN
_img/DMUX.png
Normal file
BIN
_img/DMUX.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
BIN
_img/MUX.png
Normal file
BIN
_img/MUX.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
Add table
Reference in a new issue