
I have been given this circuit, which I'm supposed to represent with only AND, OR and XOR gates. I've written this as my truth table for the circuit:
IN0 | IN1 | OUT
----------------
0 | 0 | 1
0 | 1 | 0
1 | 0 | 0
1 | 1 | 1
However this would give an NXOR gate, which I'm not allowed to use. I'm thinking I might have messed the truth table up, but I can't see where.