m (Gelthor moved page 8 Bit Mux to Component/Mux: Should be a subpage under Component) |
(Added infoboxes) |
||
Line 1: | Line 1: | ||
{{Infobox component | |||
| component = 8 Bit Mux | |||
| image = Component Mux8.png | |||
| bit-width = 8 | |||
| type = 8bit | |||
| prerequisite = Input Selector | |||
}} | |||
== 8 Bit Mux == | |||
An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is {{Off}} or 0, it outputs the first byte input. If the bit input is {{On}} or 1, it outputs the second byte input. | An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is {{Off}} or 0, it outputs the first byte input. If the bit input is {{On}} or 1, it outputs the second byte input. | ||
[[File:Mux example.png|thumb|center|400px|Example of a 8 Bit Mux switching between input 1 and input 2.]] | |||
== Other sizes == | |||
---- | |||
{{Infobox component | |||
| component = 16 Bit Mux | |||
| image = Component Mux16.png | |||
| bit-width = 16 | |||
| type = 16bit | |||
| prerequisite = Sandbox | |||
}} | |||
{{Infobox component | |||
| component = 32 Bit Mux | |||
| image = Component Mux32.png | |||
| bit-width = 32 | |||
| type = 32bit | |||
| prerequisite = Sandbox | |||
}} | |||
{{Infobox component | |||
| component = 64 Bit Mux | |||
| image = Component Mux64.png | |||
| bit-width = 64 | |||
| type = 64bit | |||
| prerequisite = Sandbox | |||
}} | |||
=== 16 Bit === | |||
Similar to the 8 bit version but with 16 bit inputs and outputs. | |||
=== 32 Bit === | |||
Similar to the 8 bit version but with 32 bit inputs and outputs. | |||
=== 64 Bit === | |||
Similar to the 8 bit version but with 64 bit inputs and outputs. |
Revision as of 13:41, 22 August 2024
Width | 8 |
---|---|
Type | 8bit |
Unlocked by | Input Selector |
8 Bit Mux
An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is or 0, it outputs the first byte input. If the bit input is or 1, it outputs the second byte input.
Other sizes
Width | 16 |
---|---|
Type | 16bit |
Unlocked by | Sandbox |
Width | 32 |
---|---|
Type | 32bit |
Unlocked by | Sandbox |
Width | 64 |
---|---|
Type | 64bit |
Unlocked by | Sandbox |
16 Bit
Similar to the 8 bit version but with 16 bit inputs and outputs.
32 Bit
Similar to the 8 bit version but with 32 bit inputs and outputs.
64 Bit
Similar to the 8 bit version but with 64 bit inputs and outputs.