Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWhat do you mean with 'synchronize'?
Depending on the desired synchronisation and the involved frequencies, you could possibly resample the divide-by-10 output with the slow clock. If the two clock signals are to be used outside fpga, a logic-based solution can be used. Instead, if they are supposed to be used as 'real' clocks inside the fpga, you should consider using a PLL, or a single fast clock and a chip enable strobe for slower components.