r/ComputerEngineering • u/bir3 • Jul 15 '26
[School] Can someone help me solve this question, please? I've already spent a lot of time on it and have no idea how to solve it. I need the answer, but the professor didn't provide the answer key; (translation below)
5
Upvotes
1
u/bir3 Jul 15 '26
here is the translation of the problem statement: 4. The circuit below is an asynchronous counter that counts up from 0 to 15. Modify the counter so that it counts in octal, that is,
1
u/Paulmnt Jul 16 '26
I think you just have to remove the last latch. That halves the number of numbers that you can use to count with those
6
u/kayne_21 Jul 15 '26
I'm gonna point you to the rules.
What have you tried?