Altera_Forum
Honored Contributor
13 years agoIs that possible to pause a system?
In a design, I try to use a FIFO to build a handshake interface between two clock domains to transfer data. However, read rate can not grantee that its rate is higher than write. Therefore, in some cases the full signal will be enabled, and the system should be paused until the full signal in FIFO be disabled. In this system, the data will be processed (do arithmetic calculation ) in pipeline and there are PLLs in design, is that possible to pause the system when the full signal of FIFO is enabled? I don't know whether pausing the toggle of clock will work or not.
Thanks very much.