Altera_Forum
Honored Contributor
18 years agoClock Pulse Generator
Hi,
I need to generate a deterministic number of clock pulses, using PLL in Stratix device. Here is what I did: PLL --> clk0 --> counter module --> clkena1 --> clk1 I developed a counter module to do clock pulse counting and issue clock enable to the same PLL. clk0 and clk1 are output from PLL running at same frequency/phase. I am able to get the desired behavior if the frequency is below 100MHz. When frequency is above 100MHz, I start to get undeterministic number of clock pulses. From Quartus II timing analysis, it shows Fmax at ~200MHz. Any ideas? any help is much appreciated thanks, james