Implement the following circuit:
("FA" is a full adder)
module top_module ( input [3:0] x, input [3:0] y, output [4:0] sum);
exams/m2014_q4j