Electronic – Multiplexers/Demultiplexers

memorymultiplexer

I have a circuit where i have 4 binary numbers, they are all stored in D FlipFlops. I want to be able to pull out one of those numbers based on an "index" number. The index number would be a 2 bit binary number that would be created by pushing 2 buttons. So lets say my numbers are A, B, C and D. When the index number is 00(0) i would like to have A as an output, when the index number is 01(1) i would like B to be the output, when the index number is 10(2) i would like C to be the output and when 11(3) is the number i would like D to be the output. So my question is: do i use a multiplexer or a demultiplexer to do this? Can you recommend me a chip out of the 74LS series that would be able to do this? All relevant answers are welcome.

Best Answer

You need a multiplexer, since you go from a number of inputs to a single output. The 74HC153/253 is a dual 4-to-1 multiplexer. For other input configurations see this overview.

Related Topic