- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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...コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
With the Classic Timing Analyzer, use "Cut Timing Path" between the clock domains using the form of the PLL output node names you see in the timing report. If you have paths going in both directions between clock domains, add a cut-path setting for each direction.
With TimeQuest, do something similar with set_false_path in each direction or use set_clock_groups. See the on-line help for these settings for more information.