Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.16 KB

Readme.md

File metadata and controls

64 lines (50 loc) · 2.16 KB

Multiplexers (or MUX) are circuits which select one of the N input signals and forward it to the output.

NOTE: From v0.6.0 and up, DLS supports tristate buffers. All circuits in this category can be modeled using tristate buffers.

Table of contents

Schematics

1-bit MUX2

Schematic
1-bit MUX2

1-bit MUX4

Uses 3-input AND gates
Schematic
1-bit MUX4

1-bit MUX4 (alternative)

Uses a 2-to-4 Decoder
Schematic
1-bit MUX4 (alternative)

1-bit MUX8

Schematic
1-bit MUX8

1-bit MUX16

Schematic
1-bit MUX16

2-bit MUX2

Schematic
2-bit MUX2

2-bit MUX4

Schematic
2-bit MUX4

4-bit MUX2

Schematic
4-bit MUX2

4-bit MUX4

Schematic
4-bit MUX4

4-bit MUX8

Schematic
4-bit MUX8

4-bit MUX16

Schematic
4-bit MUX16