Synchronous Counter Mod-12 Up/Down Exercise

Click For Summary
SUMMARY

The discussion focuses on designing a Synchronous Counter Mod-12 Up/Down using D Flip-Flops. The key requirement is to incorporate a binary input, U, which dictates whether the counter increments (U = 1) or decrements (U = 0). Participants emphasize the importance of creating a state transition table that includes the U column to accurately reflect the counter's behavior. Additionally, they suggest utilizing online resources for further assistance in understanding the Up/Down functionality.

PREREQUISITES
  • Understanding of D Flip-Flop operation and equations
  • Knowledge of synchronous counter design principles
  • Familiarity with state transition tables
  • Basic concepts of binary counting and Mod-12 systems
NEXT STEPS
  • Research how to create state transition tables for Up/Down counters
  • Study the implementation of Mod-12 counters using D Flip-Flops
  • Explore online resources and tutorials on synchronous counter design
  • Learn about simulation tools for testing digital circuit designs
USEFUL FOR

Electronics students, digital circuit designers, and anyone interested in synchronous counter design and implementation using D Flip-Flops.

Kernul
Messages
211
Reaction score
7

Homework Statement


"Design a Synchronous Counter Mod-12 Up/Down, using only Flip-Flop Type D. A binary input ##U## that determines if the counter has to increase (##U = 1##) or decrease (##U = 0##).

Homework Equations


Flip-Flop Type D equation is
##Q_{t + 1} = D##

The Attempt at a Solution


I have done already this type of exercise but without the Up/Down. How should it be now? Do I have to add a column ##U## when I write the table? Like for example:
##q_3 q_2 q_1 q_0 | q_3' q_2' q_1' q_0' | D_3 D_2 D_1 D_0 | U##
##0 0 0 0 | 0 0 0 1 | 0 0 0 1 | -##
##0 0 0 1 | 0 0 1 0 | 0 0 1 0 | -##
etc.
And in that column, when do I have to write ##1## and when ##0## since it is up to the one that uses the counter? Or I write all "don't care" in the column? But wouldn't that be pointless?
 
Physics news on Phys.org
You could easily find some online help with this .

A search on the obvious ' Up down counter with D flip flops ' returns a lot of useful information .

Please come back if you still have problems .
 
  • Like
Likes   Reactions: Kernul

Similar threads

  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 2 ·
Replies
2
Views
6K
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
10
Views
5K
  • · Replies 10 ·
Replies
10
Views
6K
Replies
3
Views
8K
  • · Replies 4 ·
Replies
4
Views
15K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
5
Views
4K