Forum Discussion
Altera_Forum
Honored Contributor
8 years agoAssuming 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.)