module adder

input a
input b

expr r0: xor a b
expr r1: and a b