Sim/circuit8

From HDLBits

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 );

Write your solution here

Upload a source file...