Review of Memory example
F (A,B,C) = A xor B xor C G = AB + AC + BC
Recall that Exclusive OR (xor) is
Y = A?B = A xor B
A0
A1
A2
8 x 2 Memory
A
B
C
DO
G
LookUp Table (LUT)
D1
F
A[2:0] is 3 bit address bus, D[1:0] is 2 bit output bus.Location 0 has “00”, Location 1 has “10”,Location 2 has “10”, etc….
Previous slide
Next slide
Back to first slide
View graphic version