Forum Discussion
Altera_Forum
Honored Contributor
15 years agoBlackpulsor,
from my experience, the unconstrained clocks you are seeing in the report are ripple or gated clocks, generated somewhere in your design, that you have not constrained. The STA will automatically notice that these signals are being used as clocks but that you have not defined their constraints. Are you sure your modules are not generating ripple clocks or gating clocks inside those modules? If this is the case, you're missing a create_generate_clock blabla for each of those cases.