Altera_Forum
Honored Contributor
18 years agoHow to constraint clk signals output from PLL?
My system has two clock sources which are generated from PLL.
One is 80MHz for NiosII system the other is 100MHz for custom IP which is integrated in NiosII system. It seems that the two clocks corelate with each other automatically, so that I can't cut the timing analysis paths between these two clock domain. So, I hope to tell the compiler that these two clock aren't corelated to each other and it isn't necessary to do timing analysis between them. What can I do? Thanks for any response...