Design an OR gate using 2 input MUX.
MUX(A, B, S) = A*S + B*S' OR(A, B) = A+B = MUX(A, B, A) = A*A + B*A' = A + B*A' = A+B ???
版权所有 © 非是非, 2007~2015