Exams/ece241 2014 q4
From HDLBits
exams/2014_q4aPrevious
Given the finite state machine circuit as shown, assume that the D flip-flops are initially reset to zero before the machine begins.
Build this circuit.
Module Declaration
module top_module (
input clk,
input x,
output z
);
exams/2014_q4aPrevious
