Exams/m2014 q4c

From HDLBits

Implement the following circuit:

Exams m2014q4c.png

Module Declaration

module top_module (
    input clk,
    input d, 
    input r,   // synchronous reset
    output q);

Write your solution here

Upload a source file...