Question: Design and implement an 8 - bit multiplexer that passes through one of two 8 bit inputs to an 8 bit output. Inputs: A 7

Design and implement an 8-bit multiplexer that passes through one of two 8 bit inputs to an 8 bit output.
Inputs: A7..0, B7..0
Control: S0
Output: Q7..0
NOTE:: this circuit should be made entirely of 2-1MUX's
Explain the circuit in detail. Include why you chose each gate and why it is connected the way it is. Dont just describe the circuit, explain why!
Use hex keyboards and hex displays to show the testing of the internal circuit. Explain the input, and why the output is what is expected. You can do this through
an annotated wave from and explain what is happening at each rising edge
through multiple images of the circuit showing the A's passing through when S0 is 1 and B passing through when S0 is 0.
Package the internal circuit and label it 8MUX-2
replace the input and out devices with Port in and Port out pins first
show the testing of the packaged circuit similarly to the previous step. Although less description is necessary, since it is the same as the previous.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!