xnor=not xor
assign out = not (a xor b)
= xor (a xor b)
xor G1 (w,a,b); // a,b는 xnor의 입력 신호, w은 임시 네트 신호
xor G2 (out,w); // out xnor의 출력 신호
이걸 논리회로로 그리고 싶은데 어떻게 해석 해야해?
xnor=not xor
assign out = not (a xor b)
= xor (a xor b)
xor G1 (w,a,b); // a,b는 xnor의 입력 신호, w은 임시 네트 신호
xor G2 (out,w); // out xnor의 출력 신호
이걸 논리회로로 그리고 싶은데 어떻게 해석 해야해?
댓글 0