Altera_Forum
Honored Contributor
16 years agoPLL Reconfiguration problem on Cyclone3
In our design I have to reconfigure a PLL when we change from SD to HD video mode and back. (27 and 74.25 MHz input, and different output clocks.)
For some reason clock stopped working and the only way to get the FPGa working again was to reload it. To facilitate debuging I created a small test design on the Cyclone3 eval board. After some trial and error I got the design work, only if I use the clock from the 50 MHz quarz, which is on the board, as reconfiguration and scan clock. If the clock is not 50 MHz or come from another PLL it doesn't work. The PLL data is stored into ROMs which I load depending on the mode I need. ThE Reconfig megafuction is controlled by a statemachine which is based on the example in the user manual. Question: Has anybody expirience with pll reconfiguration ? Our normal hardware doesn't have a 50 MHz quartz, and it would be extremely dificult to strap one on.