Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIt is normally bad practice, and bad design, to use logic to drive internal clocks inside FPGAs. It is normally much much better and much easier to debug if you use a common clock for all logic, and then use the logic to generate enable signals for other parts of the design.
I would recommend that you use the states, and not a ripple clock, to enable the other parts of the logic.