Altera_Forum
Honored Contributor
19 years agoMultiple PLL clock error
Anyone that has any insight to this please help! Thanks!
My set-up is I am trying to make a project using the VGA of my DE1 Altera Development board as well as the SDRAM. In SOPC Builder: I am using the DEBoards external interface and I have the boxes selected to create a clock signal for SDRAM as well as VGA. I am using Altera's University Program VGA IP. My clock signals are as follows: clk - External - 50 Mhz dram_int_clk - External - 50 Mhz vga_int_clk - VGA<-DE_board - 25 Mhz Note: I tried the design two ways the latest is as stated above. The other is I tried it without the "dram_int_clk" clock at all thinking maybe the external interface would just take care of it all. My choices for clock source for the dram_int_clk are 'External' 'VGA<-DE_Board' and a blank choice. It would make perfect sense and really seems like there should be a 'Dram<-DE_Board' option since it seems like thats created by the external interface. But this option does not exist. Current Quartus Set-up: In the block diagram I have the clock output signal created by the system for the DRAM wired back around to the 'dram_int_clk' input pin to the block diagram. There is the boards 50Mhz clock pin assigned to the input pin to the clk signal input. There is an output for the vga_int_clk signal but I am currently not doing anything with that signal. When I compile: Sythesis completes Fitter fails and I get the message "Input clock "clk" cannot feed more than one PLL" I am confused most by this because I am not directly assigning the clock signal 'clk' to anymore than one pin. I've read that you can manually combine clock generation signals into one PLL but I have no idea how to go about doing that. And if I do do it will the clock signals maintain their present phase shifts? Again, ANY insight from anybody will be GREATLY appreciated! Thanks everyone!