Exams/m2014 q4c
From HDLBits
exams/m2014_q4bPrevious
Nextexams/m2014_q4d
Implement the following circuit:
Module Declaration
module top_module (
input clk,
input d,
input r, // synchronous reset
output q);
exams/m2014_q4bPrevious
Nextexams/m2014_q4d
