Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21588 Discussions

specify clock settins on quartusII

Altera_Forum
Honored Contributor II
1,117 Views

Hi all, 

I'm going to build a system on an Altera FPGA that will incorporates a PLL that generates some clocks fed to internal registers. The PLL will have an input from INCLOCKPLL pin. So my question is: 

May I concern only about the input clock timing specifications? Is quartusII able to identify by itself the derived clock properties to performTiming Analysis? 

Thanks a lot. 

Massi
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
426 Views

Quartus has two timing analyzers. The classic timing analyzer would automatically create clock timing constraints based on your PLL settings. For newer designs (and newer FPGAs) the TimeQuest timing analyzer is the preference (required for new FPGA families). TimeQuest requires that you provide Quartus with a timing analysis script. You can use the TimeQuest GUI to create the script and it can automatically derive the clock constraints from your PLL settings. 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
426 Views

Thanks A lot Jake!

0 Kudos
Reply