Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- In fact you indeed _need_ constraints, but the good news is that you get the constraints you need by simply using the Altera extension to SDC "derive_pll_clocks". Make sure you do not place the two clocks in different clock groups nor cut the timing paths. Timequest will report the clock to clock transfers. --- Quote End --- OK I use derive_pll_clocks as you suggest. The design is very simple so I don't use clock groups. Thanks