Forum Discussion
Altera_Forum
Honored Contributor
13 years agoif you 'pause' the clock, it means that you are going to implement a gated clock which is highly not recommended by most of the digital system design. add a "clock enable" signal in your design to determine when your design should run and when it should pause.
adding on, you might want to consider using "almost full" or "almost empty" port to control your design if you experience some data loss.