Inverter circuit (From new "operation")

42 Views Asked by At

If I have this truth table how can I make inverter circuit such that F(x)=~x

x   y   x⊡y
0   0   1
0   1   0
1   0   0
1   1   1

Example of other circuit: enter image description here I really don't have an idea. Thanks