Verilog : It's supposed to be a MOD10 counter but it counts from 0 to 9 and resets to 4, why?? #231
Unanswered
Darokcamper
asked this question in
Q&A
Replies: 1 comment
-
CFBR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Verilog : It's supposed to be a MOD10 counter but it counts from 0 to 9 and resets to 4, why?? Please give me the solution as a code and explaination for it if possible.
![image](https://github.com/user-attachments/assets/a
It's supposed to be a MOD10 counter, so I expected for it to count from 0 to 9 and reset to 0 again but it counts from 0 to 9 and resets to 4.
Beta Was this translation helpful? Give feedback.
All reactions