Solved
Forum Discussion
FvM
Super Contributor
2 years agoWhy are you restricted to use 74192 counter? That's an old fashioned and awkward way to design logic circuits. Is it a homework exercise?
An appropriate way to design the circuit would be a behavioral description in VHDL or Verilog.
The error is that ten minute and second counter must be set to 5 rather than 0 when down-counting to 9.
Fall3n
New Contributor
2 years agoIt is a restriction for our final project. This class is an introductory Logic and Digital Design course so we have only gone over basic logic gates, adders, and down/up timers, thus the restriction to the 74192.
In relation to the set 5 how would you recommend this?
In relation to the set 5 how would you recommend this?
- FvM2 years ago
Super Contributor
Setting to 5 requires a respective value at inputs A - D. You need additional logic to implement down-counting 0 to 5 and up-counting 5 to 0.- Fall3n2 years ago
New Contributor
This worked. Set A and C high. I had them set low and forgot to invert my signal reading the 9 reset.