Basic Functional Components (16)
POS of XOR
a ? b
[P2(a), P6(b)]
[P5(b)]
[P5(b)]
Some other useful relationships
a ? a = 0 (2.25)
a ? = 1 (2.26)
a ? 0 = a (2.27)
a ? 1 = (2.28)
(2.29)
a ? b = b ? a (2.30)
a ? (b ? c) = (a ? b) ? c (2.31)
Previous slide
Next slide
Back to first slide
View graphic version