What function does implement this circuit? Provide the contents of the Karanugh table in the order ABCD.EFGH (with a point separating the rows)
b0=1 b1=1
msb x y
~b0
1
00
01
f
10
q=f(x,y,v)
11
b1
Karnaugh table
q = f(x, y, v)
variable v
0
1
00
A
B
01
C
D
variables x,y
11
E
F
10
G
H