The description for the Y gate "/* Y switch with A and B input wires and F output wire.
Depending on the corresponding programming bit p (from programming file),
it outputs either A and B (if p=0 it outputs B, if p=1, it outputs A). */
Y A B F (p)" is incorrect with respect to the gate output provided with the readme. when P is 0 the Y switch outputs A and vice versa.
The description for the Y gate "/* Y switch with A and B input wires and F output wire.
Depending on the corresponding programming bit p (from programming file),
it outputs either A and B (if p=0 it outputs B, if p=1, it outputs A). */
Y A B F (p)" is incorrect with respect to the gate output provided with the readme. when P is 0 the Y switch outputs A and vice versa.