Exams/m2014 q4j

From HDLBits

Implement the following circuit:

Exams m2014q4j.png

("FA" is a full adder)

Module Declaration

module top_module (
    input [3:0] x,
    input [3:0] y, 
    output [4:0] sum);

Write your solution here

Upload a source file...