Up/Down Counter-Escaping from redundant states

  • Thread starter Thread starter reece
  • Start date Start date
  • Tags Tags
    States
AI Thread Summary
The discussion focuses on designing an Up/Down Gray code counter with two redundant don't care conditions. The main challenge is determining how to escape from these redundant states effectively. Suggestions include pointing the redundant states to zero, the last state, or the first state. The current implementation points to the first state, but the optimal solution for escaping these states remains unclear. Clarifying the escape logic is crucial for ensuring reliable counter operation.
reece
Messages
9
Reaction score
0
I am designing a Up/Down Gray code counter that has two redundant don't care conditions.

The problem is I have no idea how to ensure the counter escapes from the redundant states. How do I work out where the redundant states should point too?
 
Physics news on Phys.org
You could point them to zero, or the last state.
 
thanks I have them pointing to the first state.
 

Similar threads

Replies
3
Views
2K
Replies
4
Views
1K
Replies
3
Views
3K
Replies
1
Views
4K
Replies
6
Views
5K
Replies
2
Views
5K
Replies
4
Views
2K
Replies
1
Views
3K
Back
Top