Forum Discussion
Altera_Forum
Honored Contributor
10 years agoderive_pll_clocks
Then launch TimeQuest and run "Report Clocks". This will give the exact clock names for each one, and copy them to add a constraint like so: set_clock_groups -asynchronous -group {48mhz_clk} -group {10mhz_clk 20mhz_clk 555khz_clk} Naturally, your design needs to be able to handle any paths between 48MHz and the other domains as being asynchronous.