Altera_Forum
Honored Contributor
16 years agoConstraining PLL in TimeQuest
Hello,
I was waondering how to use derive_pll_clocks comand in TimeQuset. TimeQuest can't reflect new frequency. I did... 1.I grenarated SDC File from QSF File. 2.I changed input frequency of PLL in Mega_Wizard. 3.Start Compilation 4.Check PLL Summary in Compilation Report 5.Report said Changed new frequency. but 6.TimeQuest's clock Summary said previous freauency. "derive_pll_clocks -use_tan_name wrote" in grenarated SDC(I've never changed). and SDC file not change like that. # Create generated clocks based on PLLs derive_pll_clocks -use_tan_name# ------------------------------------------# Original Clock Setting Name: clk create_clock -period "6.666 ns" \ # <= previous frequency -name {clk} {clk}# --------------------------------------------- What sholud I do how to automate reflect new refuecncy from Mega_Wizard?