Altera_Forum
Honored Contributor
18 years agoClock Issue For A Vga Controller
Hi,
I'm trying to design an 640x480 VGA controller for which the simulation seems alright. However, when I program the CYCLONE || FPGA STARTER KIT, nothing appears on the screen. I suspect that there's no clock (25.175MHz) driving the controller's clock input. Using the following procedure : assignment tab -> classic timing analyser settings -> individual clocks, I'm trying to get a clock to drive the controller'd clock input by tying the clock_in entity clock input (clock_in) to the clock_27 or clock_50 onboard clocks. Once this done, I've chosen 25.175MHZ as the highest frequency from the default required fmax on the Classic Timing Analyser Setting. I'd like to use the onboard clocks for my projects, but unless something is wrong with the code, I'm not doing the right thing to get the clock. Any idea on what I'm doing wrong? Regards,