Sim/circuit7
From HDLBits
sim/circuit6Previous
Nextsim/circuit8
This is a sequential circuit. Read the simulation waveforms to determine what the circuit does, then implement it.
Module Declaration
module top_module ( input clk, input a, output q );
sim/circuit6Previous
Nextsim/circuit8