Exams/m2014 q4f

From HDLBits

Implement the following circuit:

Exams m2014q4f.png

Module Declaration

module top_module (
    input in1,
    input in2,
    output out);

Write your solution here

Upload a source file...