Consider the Boolean function 𝐹(𝐴, 𝐵, 𝐶,𝐷, 𝐸) = ∑𝑚(1,2,3,4,8,9,11,13,14,16,17,18,20,21,26,29,31)
Implement the function using one 16×1 multiplexer.
we have 𝐹(𝐴, 𝐵, 𝐶,𝐷, 𝐸) = ∑𝑚(1,2,3,4,8,9,11,13,14,16,17,18,20,21,26,29,31)
To make the 16*1 mux using this function , with 4 select lines and
16 input line and one output line
we make table first
Y represents the function value , as high , we represent it as 1.
16 input line
Select lines - A, B, C , D
E will act as a input line ,
We have 16 input line
in that case
we have
solution by table
Comments