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