Forum Discussion
zlan01
New Contributor
6 years agoI instantiaze a pll with 4 output clock,but when I use Derive PLL Clocks command in Timing Analyzer, it only derive two generated clock?
altpll1 altpll1_inst ( .inclk0 ( chip_clk ),//20Mhz .c0 ( sys_clk ), //400Mhz .c1 ( uart_clk ), //25Mhz .c2 ( clk_50M ), //50Mhz .c3 ( clk_30M ),//30Mhz .locked ( locked_sig ...
sstrell
Super Contributor
6 years agoAnd you don't even need to create the generated clocks like this. Just put derive_pll_clocks -create_base_clocks in your .sdc file to automatically create all the clock constraints from the PLL IP.
#iwork4intel