Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

TimeQuest analyzer

Hi,

I generated a PLL and added it to my design. it passed simulation.

The problem is, that when i want to put a constraint on my design, the "Create Clock" tool doesn't recognize my PLL clk (c0), as a clock, so i can't put a constarint on it.

Any idea?

Thanks in advance,

David.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Add the following to your .sdc file

    
    #  PLL clocks
    derive_pll_clocks
    

    Cheers,

    Dave