非是非
Thinking, Express
|

测验题目

问题:
    How to make a 2 input XOR gate with only 2 input MUX and Inverter?
    参考答案:
    MUX(A, B, S) = A*S + B*S'    # when S=1, output A
    
    XOR(A, B) = A^B = A*B' + A'*B = MUX(A', A , B)
    
    # Note: A'=NOT(A)
    非是非 | 联系 | 关于 | 向开发者捐赠 |

    版权所有 © 非是非, 2007~2015

    我觉得这个站点或页面: 有用 没用 有趣 无趣 有错 |