Designing a sequential circuit using JK flip flops

Click For Summary
SUMMARY

The discussion focuses on designing a 2-bit countdown counter using JK flip-flops. The key steps include creating a truth table, characteristic table, and excitation table, followed by a state diagram to visualize state transitions. The input conditions specify that when the input is 0, the state remains unchanged, while an input of 1 triggers transitions through the states 11, 10, 01, and back to 11. This structured approach is essential for accurately implementing the sequential circuit.

PREREQUISITES
  • Understanding of JK flip-flops and their operation
  • Familiarity with state diagrams and state transitions
  • Knowledge of truth tables and characteristic tables
  • Experience with Karnaugh maps (K-maps) for simplification
NEXT STEPS
  • Study the design and implementation of JK flip-flop circuits
  • Learn how to construct and interpret state diagrams for sequential circuits
  • Explore the use of Karnaugh maps for minimizing logic expressions
  • Research the timing diagrams associated with JK flip-flops
USEFUL FOR

Electronics students, circuit designers, and anyone involved in digital logic design will benefit from this discussion on designing sequential circuits with JK flip-flops.

Ramir
Messages
9
Reaction score
0

Homework Statement



Design [/B]:2-bit count-down counter; with two flip-flops and one input

Homework Equations


When input = 0, the state of the flip-flops does not change.
When input = 1, the state is 11, 10, 01,11, and repeat.

The Attempt at a Solution


Start with truth table, then characteristic table, and then excitation table, then Kmap?
How do I start deriving the truth table
 
Physics news on Phys.org
Ramir said:
How do I start deriving the truth table
The truth table is meaningless here. You need to create a state diagram (for example: [state 0, output 00, state change: On clock transition, next state:...]).
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
20
Views
4K
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 1 ·
Replies
1
Views
6K