How to alternate 2 flip flops with 2 clocks?

  • Thread starter Thread starter johny radio
  • Start date Start date
  • Tags Tags
    Clocks
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
johny radio
Messages
2
Reaction score
0
Hello

I've got two flip-flops, F1 and F2.
And a clock C1. Every time the C1 goes High, it should drive F1 high and F2 low.
There's a slower clock, C2. When C2 goes High, it should drive F2 high and F1 low.
If C1 and C2 go high at the same time, C2 wins.

How to do this?

Thank You.
 
Engineering news on Phys.org
johny radio said:
Hello

I've got two flip-flops, F1 and F2.
And a clock C1. Every time the C1 goes High, it should drive F1 high and F2 low.
There's a slower clock, C2. When C2 goes High, it should drive F2 high and F1 low.
If C1 and C2 go high at the same time, C2 wins.

How to do this?

Thank You.

Truth table, state transition map, Karnaugh map, implementation. Please show us your work. :-)