(Marcin) wrote in message news:<. com>...
>
> Mark,
>
> Look carefully at the sensitivity list - comparator logic is simple
> combinational logic. I will change it to: PROCESS (COUNT_ALL,
> CONTROL_INT, RESET)
>
Yes this is a good point. I have changed the sensitivity list.
Sometimes I still get confused about the proper sensitivities for a
given process. VHDL is very foreign to me since everything is
happening concurrently. This type of programming caused me major
headaches when I first started learning a couple weeks ago.
>
> Stupid clock divider is really stupid without reset
>
>
> I hope this help a little.
>
> Marcin
I agree that my clock divider should have a reset. This has been
fixed. It was an oversight...trust me!
Thanks for your input Marcin!