Exams/m2014 q4b
From HDLBits
exams/m2014_q4aPrevious
Nextexams/m2014_q4c
Implement the following circuit:
Module Declaration
module top_module (
input clk,
input d,
input ar, // asynchronous reset
output q);
exams/m2014_q4aPrevious
Nextexams/m2014_q4c
