Associativity of AND
aa: circuit
inputs a,b,c
outputs left,right
g1: and (a,b),l1
g2: and (l1,c),left
h1: and (b,c),r1
h2: and (a,r1),right
endcircuit
0,0,0
0,0,1
0,1,0
0,1,1
1,0,0
1,0,1
1,1,0
1,1,1
FHDL
VECTORS
Previous slide
Next slide
Back to first slide
View graphic version