Sim/circuit7

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 clk,
    input a,
    output q );

Write your solution here

Upload a source file...