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

how to write SDC when PLL CLKIN has two frequence?

Altera_Forum
Honored Contributor II
1,123 Views

i should add two frequence clocks to the same CLKIN port of PLL in Cyclone2. the SDC file is as below. 

e.g: creat clock -name clk_pri -period 20 [get ports {cllkin}] 

creat clock -name clk_sec -period 30 [get ports {clkin}] 

derive_pll_clocks 

then, i can not see the frequence of CLKOUT of the PLL in TimeQuest. 

 

so how to deal with this problem?
0 Kudos
0 Replies
Reply