Use muxes to implement various gates. In each circuit, draw the specified number of 2:1 muxes and implement the given boolean expression. A mux input can be A, B, 0, 1, or the output of another device (e.g., another mux or a decoder). Be sure to label the S, 0, and 1 inputs of every mux. a. Use one 2:1 mux to implement NOT A (i.e. A') b. Use two 2:1 muxes to implement A NAND B c. Use one 2:4 decoder and one 2:1 mux to implement A XOR B
Use muxes to implement various gates. In each circuit, draw the specified number of 2:1 muxes and implement the given boolean expression. A mux input can be A, B, 0, 1, or the output of another device (e.g., another mux or a decoder). Be sure to label the S, 0, and 1 inputs of every mux.
a. Use one 2:1 mux to implement NOT A (i.e. A')
b. Use two 2:1 muxes to implement A NAND B
c. Use one 2:4 decoder and one 2:1 mux to implement A XOR B Note that the 2-bit values on the right are arranged as B1 B0 (that is, the bottom wire corresponds to the first, not the second, bit).
We need to draw the following,
a. Use one 2:1 mux to implement NOT A (i.e. A')
b. Use two 2:1 muxes to implement A NAND B
c. Use one 2:4 decoder and one 2:1 mux to implement A XOR B Note that the 2-bit values on the right are arranged as B1 B0 (that is, the bottom wire corresponds to the first, not the second, bit).
Step by step
Solved in 5 steps with 6 images