Exams/m2014 q4a
From HDLBits
dff16ePrevious
Nextexams/m2014_q4b
Implement the following circuit:
Note that this is a latch, so a Quartus warning about having inferred a latch is expected.
Module Declaration
module top_module (
input d,
input ena,
output q);
dff16ePrevious
Nextexams/m2014_q4b
