Exams/m2014 q4d

From HDLBits

Implement the following circuit:

Exams m2014q4d.png

Module Declaration

module top_module (
    input clk,
    input in, 
    output out);

Write your solution here

Upload a source file...