Cirrus Logic interview question

How will you divide clock by 2 using d flip flops.

Interview Answer

Anonymous

21 May 2012

connect the D-flipflop's clock to the input signal, and connect the D input to the inverted output of the flipflop. Then, either output of the flipflop is a new clock with half the frequency.

5