← ProblemsCircuits / Combinational Logic / Basic Gates

Circuit A

64%basicsboolean-algebra

Implement a module realizing the boolean function:

z = (x XOR y) AND x

(This is "circuit A" of a larger design you will assemble in a later problem.)