Write a model that represents a simple ALU with integer inputs and output,
and a function select input of type bit. If the function select is ‘0’, the ALU output
should be the sum of the inputs; otherwise the output should be the difference of the
inputs.