Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
Assuming both clocks are coming from a PLL, first create your base (reference) clock into the device. Then use derive_pll_clocks to create the clock constraints. If you're not using a PLL, you'll need to use create_generated_clock in your .sdc file. See these online trainings for details:
https://www.altera.com/support/training/catalog.html?coursetype=online&language=english&keywords=timing (If URL doesn't work, put "timing" or "timing analyzer" in the filter.) - Altera_Forum
Honored Contributor
Thanks for your answer.
Do you know if I need synchronizers between these clock domains? - Altera_Forum
Honored Contributor
Not if you can achieve regular timing closure between the synchronous domains. The original question makes only sense if this is your intention.
- Altera_Forum
Honored Contributor
Ok. Thanks.