Exams/m2014 q4g

From HDLBits

Nextgates

Implement the following circuit:

Exams m2014q4g.png

Module Declaration

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

Write your solution here

Upload a source file...