So I’m on HDLBits trying to work out a problem for a 12 hour clock. I’ve
tried it two different ways by now. First I’ve tried it with conditional
statements, and the second way I tried it with case statements. The
first time, I’m getting and issue that there are some mismatches for my
Seconds and Minutes outputs and its also saying that the code can not
simulate. When I do it with the case statements, I'm not getting any
mismatches, but again it is not simulating.
With the case statement version, its saying that there is an iteration
limit @ time 0 ps, while for the conditional version, its saying that
there is an iteration limit @ time 38255 ps. Do I have a loop somewhere
that I'm not seeing? I will attach both files so you can see the code.
This is the link to the problem in question
https://hdlbits.01xz.net/wiki/Count_clock